The fields of an NFT Index payload

interface NftIndexFields {
    address: string;
    chainId: number;
    index: string;
}

Hierarchy (view full)

Properties

Properties

address: string

An EVM address

chainId: number

The EVM chain ID

index: string

The index of the token

Generated using TypeDoc