Struct Asset
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct Asset : IEquatable<Asset>
  Properties
Index
unique asset identifier
Declaration
public ulong Index { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UInt64 | 
Params
Declaration
public AssetParams Params { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AssetParams | 
Methods
Equals(Asset)
Declaration
public bool Equals(Asset other)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Asset | other | 
Returns
| Type | Description | 
|---|---|
| Boolean |