Class AssetResponse
Inherited Members
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class AssetResponse
Properties
| Edit this page View SourceAsset
Declaration
[JsonProperty("asset", Required = Required.Always)]
[Required]
public Asset Asset { get; set; }
Property Value
| Type | Description |
|---|---|
| Asset |
CurrentRound
Declaration
[JsonProperty("current-round", Required = Required.Always)]
[Required]
public ulong CurrentRound { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |