Class Association
Identifies which assets/tokens and accounts were associated as the result of a transaciton.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class Association : IEquatable<Association>
Properties
| Improve this Doc View SourceAccount
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 |
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 |