Type alias SellToken

SellToken: {
    id: string;
    collectionAddress: string;
}

The SellToken type

Type declaration

  • id: string

    The ERC721 token id

  • collectionAddress: string

    The ERC721 collection address

Generated using TypeDoc