Erc1155SingleDeposit
An ERC-1155 single token deposit
struct Erc1155SingleDeposit {
IERC1155 token;
address sender;
uint256 tokenId;
uint256 value;
}
Properties
| Name | Type | Description |
|---|---|---|
token | IERC1155 | The token contract |
sender | address | The token sender |
tokenId | uint256 | The token identifier |
value | uint256 | The token amount |