Type alias ERC20ItemRequirement

ERC20ItemRequirement: {
    type: ERC20;
    tokenAddress: string;
    amount: string;
    spenderAddress: string;
}

Represents an ERC20 item requirement for a transaction.

Type declaration

  • type: ERC20

    The type to indicate this is a ERC20 item requirement.

  • tokenAddress: string

    The token address of the ERC20.

  • amount: string

    The amount of the item.

  • spenderAddress: string

    The contract address of the approver.

Generated using TypeDoc