Show / Hide Table of Contents

Class TreasuryTransfer

Represents a change of Treasury for an NFT token .

Inheritance
object
TreasuryTransfer
Implements
IEquatable<TreasuryTransfer>
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 record TreasuryTransfer : IEquatable<TreasuryTransfer>

Properties

| Edit this page View Source

NewTreasury

The account receiving the NFT.

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

NftToken

The Token ID of the class of NFT types that were transferred.

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

PreviousTreasury

The account sending the NFT.

Declaration
public EntityId PreviousTreasury { get; }
Property Value
Type Description
EntityId

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph