A list of token IDs and amounts representing the transferred out (negative) or into (positive) amounts, represented in the lowest denomination of the token.Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
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. |