The fields of an NFT ID payload

interface NftIdFields {
    address: string;
    chainId: number;
    tokenId: string;
}

Hierarchy (view full)

Properties

address: string

An EVM address

chainId: number

The EVM chain ID

tokenId: string

The token ID

Generated using TypeDoc