Export

NFTOwner

Hierarchy

  • NFTOwner

Properties

chain: Types.Chain

Memberof

NFTOwner

contract_address: string

The address of NFT contract

Memberof

NFTOwner

token_id: string

An uint256 token id as string

Memberof

NFTOwner

account_address: string

The account address of the owner of the NFT

Memberof

NFTOwner

quantity: string

(deprecated - use balance instead) The quantity of owned tokens (uint256 as string)

Memberof

NFTOwner

Deprecated

balance: string

The amount of owned tokens (uint256 as string)

Memberof

NFTOwner

updated_at?: string

When the NFT owner was last updated

Memberof

NFTOwner

Generated using TypeDoc