Class RevokeNftAllowanceParams
Removes approved spending allowance(s) for specific NFTs.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class RevokeNftAllowanceParams : TransactionParams<TransactionReceipt>
Properties
| Edit this page View SourceCancellationToken
Optional Cancellation token that can interrupt the allowance update process.
Declaration
public CancellationToken? CancellationToken { get; set; }
Property Value
| Type | Description |
|---|---|
| CancellationToken? |
Owner
The ID of the owner of the NFTs
Declaration
public EntityId Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityId |
SerialNumbers
The Serial Numbers of the NFTs to revoke allowances from.
Declaration
public IEnumerable<long> SerialNumbers { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<long> |
Signatory
Additional private key, keys or signing callback method required to authorize the transaction.
Declaration
public Signatory? Signatory { get; set; }
Property Value
| Type | Description |
|---|---|
| Signatory |
Remarks
Keys/callbacks added here will be combined with those already identified in the client object's context when signing this transaction to change the state of this account.
Token
The Token ID of the NFT class to remove allowances.
Declaration
public EntityId Token { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityId |