Show / Hide Table of Contents

Class RevokeNftAllowanceParams

Removes approved spending allowance(s) for specific NFTs.

Inheritance
object
TransactionParams
TransactionParams<TransactionReceipt>
RevokeNftAllowanceParams
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class RevokeNftAllowanceParams : TransactionParams<TransactionReceipt>

Properties

| Edit this page View Source

CancellationToken

Optional Cancellation token that can interrupt the allowance update process.

Declaration
public CancellationToken? CancellationToken { get; set; }
Property Value
Type Description
CancellationToken?
| Edit this page View Source

Owner

The ID of the owner of the NFTs

Declaration
public EntityId Owner { get; set; }
Property Value
Type Description
EntityId
| Edit this page View Source

SerialNumbers

The Serial Numbers of the NFTs to revoke allowances from.

Declaration
public IEnumerable<long> SerialNumbers { get; set; }
Property Value
Type Description
IEnumerable<long>
| Edit this page View Source

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.

| Edit this page View Source

Token

The Token ID of the NFT class to remove allowances.

Declaration
public EntityId Token { get; set; }
Property Value
Type Description
EntityId
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph