> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TransferList

> TransferList is the Hedera protobuf message holding a list of AccountAmount entries that debit and credit HBAR across accounts in a CryptoTransfer.

A list of accounts and amounts to transfer out of each account (negative) or into it (positive).

| Field            | Type                                                                     | Description                                                                                                                             |
| ---------------- | ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| `accountAmounts` | ​repeated [AccountAmount](/reference/protobuf/basic-types/accountamount) | Multiple list of AccountAmount pairs, each of which has an account and an amount to transfer into it (positive) or out of it (negative) |
