Class Association
Identifies an account which has been associated with a given Token or NFT class and therefore holds a balance of that token or NFT.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record Association : IEquatable<Association>
Properties
| Edit this page View SourceHolder
The address of the crypto account that was associated as a result of the enclosing transaction.
Declaration
public EntityId Holder { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
Token
The address of the token or NFT that was associated as a result of the enclosing transaction.
Declaration
public EntityId Token { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |