Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

An approved allowance of NFT transfers for a spender.
FieldTypeDescription
TokenIdTokenIDThe token that the allowance pertains to
ownerAccountIDThe account ID of the hbar owner (ie. the grantor of the allowance)
spenderAccountIDThe account ID of the spender of the hbar allowance
serialNumbersrepeated int64The list of serial numbers that the spender is permitted to transfer
approvedForAllgoogle.protobuf.BoolValuegoogle.protobuf.BoolValueIf true, the spender has access to all of the account owner’s NFT instances (currently **** owned and any in the future). If this field is set to true the serialNumbers field should be empty.
delegating_spenderAccountIDThe account ID of the spender who is granted approvedForAll allowance and granting approval on an NFT serial to another spender.