Interface ERC1155Payload

Object representation of

ERC1155Payload

interface ERC1155Payload {
    tokenId: bigint;
    amount: bigint;
}

Properties

Properties

tokenId: bigint

The ERC1155 token ID for the incentive

amount: bigint

The amount to transfer