token | TokenID | The ID of the token |
transfers | repeated AccountAmount | Multiple list of AccountAmounts, each of which has an account and amount |
nftTransfers | repeated NftTransfers | Applicable to tokens of type NON_FUNGIBLE_UNIQUE. Multiple list of NftTransfers, each of which has a sender and receiver account, including the serial number of the NFT |
expected_decimals | google.protobuf.UInt32Value | If present, the number of decimals this fungible token type is expected to have. The transfer will fail with UNEXPECTED_TOKEN_DECIMALS if the actual decimals differ. |