Class TreasuryTransfer
Represents a change of Treasury for an NFT token .
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record TreasuryTransfer : IEquatable<TreasuryTransfer>
Properties
| Edit this page View SourceNewTreasury
The account receiving the NFT.
Declaration
public EntityId NewTreasury { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
NftToken
The Token ID of the class of NFT types that were transferred.
Declaration
public EntityId NftToken { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
PreviousTreasury
The account sending the NFT.
Declaration
public EntityId PreviousTreasury { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |