Struct AssetBalancesResponse
Assembly: cs.temp.dll.dll
Syntax
public struct AssetBalancesResponse : IEquatable<AssetBalancesResponse>
Properties
Balances
Declaration
public MiniAssetHolding[] Balances { get; set; }
Property Value
CurrentRound
Round at which the results were computed.
Declaration
public ulong CurrentRound { get; set; }
Property Value
NextToken
Used for pagination, when making another request provide this token with the next parameter.
Declaration
public string NextToken { get; set; }
Property Value
Methods
Equals(AssetBalancesResponse)
Declaration
public bool Equals(AssetBalancesResponse other)
Parameters
Returns