FlowERC1155IOV1

Git Source

Represents a set of ERC1155 transfers, including self mints/burns.

struct FlowERC1155IOV1 {
    ERC1155SupplyChange[] mints;
    ERC1155SupplyChange[] burns;
    FlowTransferV1 flow;
}

Properties

NameTypeDescription
mintsERC1155SupplyChange[]The mints that occurred.
burnsERC1155SupplyChange[]The burns that occurred.
flowFlowTransferV1The transfers that occured.