Struct Asset
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct Asset : IEquatable<Asset>
Properties
Index
unique asset identifier
Declaration
[AlgoApiField("index")]
public ulong Index { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Params
Declaration
[AlgoApiField("params")]
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 |