AdditionalTransfer
struct AdditionalTransfer {
ItemType itemType;
address token;
address from;
address to;
uint256 identifier;
uint256 amount;
}
struct AdditionalTransfer {
ItemType itemType;
address token;
address from;
address to;
uint256 identifier;
uint256 amount;
}