Class Asset
Specifies both the unique identifier and the parameters for an asset
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class Asset
Properties
|
Edit this page
View Source
Index
Declaration
[JsonProperty("index", Required = Required.Always)]
[Required]
[Key("index")]
public ulong Index { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
[JsonProperty("params", Required = Required.Always)]
[Required]
[Key("params")]
public AssetParams Params { get; set; }
Property Value