Show / Hide Table of Contents

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.

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

Properties

| Edit this page View Source

Holder

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
| Edit this page View Source

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

Implements

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