Basic Types
CryptoAllowance
Defines the CryptoAllowance protobuf message used on Hedera to grant a spender account an approved allowance of HBAR transfers from an owner.
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.
Defines the CryptoAllowance protobuf message used on Hedera to grant a spender account an approved allowance of HBAR transfers from an owner.
| Field | Type | Description |
|---|---|---|
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 allowance in tinybars |
Was this page helpful?