Struct AssetResponse
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct AssetResponse : IEquatable<AssetResponse>
Properties
Asset
Declaration
public Asset Asset { get; set; }
Property Value
Type | Description |
---|---|
Asset |
CurrentRound
Round at which the results were computed.
Declaration
public ulong CurrentRound { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Methods
Equals(AssetResponse)
Declaration
public bool Equals(AssetResponse other)
Parameters
Type | Name | Description |
---|---|---|
AssetResponse | other |
Returns
Type | Description |
---|---|
Boolean |