Type alias ERC721Balance

ERC721Balance: {
    type: ERC721;
    balance: BigNumber;
    formattedBalance: string;
    contractAddress: string;
    id: string;
}

Represents the balance for an ERC721.

Type declaration

  • type: ERC721

    Type to indicate this is an ERC721 token.

  • balance: BigNumber

    The balance of the item.

  • formattedBalance: string

    The formatted balance of the item.

  • contractAddress: string

    The contract address of the ERC721 collection.

  • id: string

    The ID of the ERC721 in the collection

Generated using TypeDoc