Skip to main content
A list of token IDs and amounts representing the transferred out (negative) or into (positive) amounts, represented in the lowest denomination of the token.
FieldTypeDescription
tokenTokenIDThe ID of the token
transfersrepeated AccountAmountMultiple list of AccountAmounts, each of which has an account and amount
nftTransfersrepeated NftTransfersApplicable 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_decimalsgoogle.protobuf.UInt32ValueIf 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.