ERC1155SupplyChange

Git Source

struct ERC1155SupplyChange {
    address account;
    uint256 id;
    uint256 amount;
}