Struct AssetResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AssetResponse : IEquatable<AssetResponse>
Properties
Asset
Declaration
[AlgoApiField("asset")]
public Asset Asset { get; set; }
Property Value
CurrentRound
Round at which the results were computed.
Declaration
[AlgoApiField("current-round")]
public ulong CurrentRound { get; set; }
Property Value
Methods
Equals(AssetResponse)
Declaration
public bool Equals(AssetResponse other)
Parameters
Returns