Class Asset
Assembly: Algorand.dll
Syntax
Properties
|
Edit this page
View Source
CreatedAtRound
Declaration
[JsonProperty("created-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CreatedAtRound { get; set; }
Property Value
|
Edit this page
View Source
Deleted
Declaration
[JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Deleted { get; set; }
Property Value
|
Edit this page
View Source
DestroyedAtRound
Declaration
[JsonProperty("destroyed-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? DestroyedAtRound { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[JsonProperty("index", Required = Required.Always)]
[Required]
public ulong Index { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
[JsonProperty("params", Required = Required.Always)]
[Required]
public AssetParams Params { get; set; }
Property Value