Type alias ERC721ItemRequirement

ERC721ItemRequirement: {
    type: ERC721;
    contractAddress: string;
    id: string;
    spenderAddress: string;
}

Represents an ERC721 item requirement for a transaction.

Type declaration

  • type: ERC721

    The type to indicate this is a ERC721 item requirement.

  • contractAddress: string

    The contract address of the ERC721 collection.

  • id: string

    The ID of this ERC721 in the collection.

  • spenderAddress: string

    The contract address of the approver.

Generated using TypeDoc