Show / Hide Table of Contents

Class Association

Identifies which assets/tokens and accounts were associated as the result of a transaciton.

Inheritance
Object
Association
Implements
IEquatable<Association>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class Association : IEquatable<Association>

Properties

| Improve this Doc View Source

Account

The address of the crypto account that was associated as a result of the enclosing transaaction.

Declaration
public Address Account { get; }
Property Value
Type Description
Address
| Improve this Doc View Source

Token

The address of the token or asset that was associated as a result of the enclosing transaciton.

Declaration
public Address Token { get; }
Property Value
Type Description
Address

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph