Basic Types
CryptoAllowance
Hedera protobuf reference for the CryptoAllowance message, defining an approved hbar transfer allowance granted by an owner account 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 CryptoAllowance message, defining an approved hbar transfer allowance granted by an owner account to a spender.
| 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?