Class TokenNftAllowance

Hierarchy

  • TokenNftAllowance

Properties

allSerials: null | boolean
delegatingSpender: null | AccountId

The account ID of the spender who is granted approvedForAll allowance and granting approval on an NFT serial to another spender.

ownerAccountId: null | AccountId

The account ID of the owner of the hbar allowance.

serialNumbers: null | Long[]

The current balance of the spender's token allowance. NOTE: If null, the spender has access to all of the account owner's NFT instances (currently owned and any in the future).

spenderAccountId: null | AccountId

The account ID of the spender of the hbar allowance.

tokenId: TokenId

The token that the allowance pertains to.

Methods

Generated using TypeDoc