> ## 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.

# TokenAllowance

> TokenAllowance is the Hedera protobuf message granting a spender an approved allowance of fungible token transfers from an owner account.

An approved allowance of token transfers for a spender.

| Field     | Type      | Description                                                         |
| --------- | --------- | ------------------------------------------------------------------- |
| `TokenId` | TokenID   | The token that the allowance pertains to                            |
| `owner`   | AccountID | The account ID of the hbar owner (ie. the grantor of the allowance) |
| `spender` | AccountID | The account ID of the spender of the hbar allowance                 |
| `amount`  | int64     | The amount of the spender's token allowance                         |

####
