Basic Types
TokenAllowance
Hedera protobuf reference for the TokenAllowance message, defining an approved fungible token transfer allowance granted by an owner to a spender.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hedera protobuf reference for the TokenAllowance message, defining an approved fungible token transfer allowance granted by an owner to 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 |
Was this page helpful?