FlowERC1155IOV1
Represents a set of ERC1155 transfers, including self mints/burns.
struct FlowERC1155IOV1 {
ERC1155SupplyChange[] mints;
ERC1155SupplyChange[] burns;
FlowTransferV1 flow;
}
Properties
Name | Type | Description |
---|---|---|
mints | ERC1155SupplyChange[] | The mints that occurred. |
burns | ERC1155SupplyChange[] | The burns that occurred. |
flow | FlowTransferV1 | The transfers that occured. |