Export

NFTWithOwner

Hierarchy

  • NFTWithOwner

Properties

chain: Types.Chain

Memberof

NFTWithOwner

contract_address: string

The address of NFT contract

Memberof

NFTWithOwner

token_id: string

An uint256 token id as string

Memberof

NFTWithOwner

account_address: string

The account address of the owner of the NFT

Memberof

NFTWithOwner

quantity: string

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

Memberof

NFTWithOwner

Deprecated

balance: string

The amount of owned tokens (uint256 as string)

Memberof

NFTWithOwner

updated_at: string

When the owner last changed for the given NFT

Memberof

NFTWithOwner

Generated using TypeDoc