Class GenesisAllocation
Inheritance
GenesisAllocation
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class GenesisAllocation
Properties
|
Edit this page
View Source
Addr
Declaration
[JsonProperty("addr", Required = Required.Always)]
[Key("addr")]
[Required]
public string Addr { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("comment", Required = Required.Always)]
[Key("comment")]
[Required]
public string Comment { get; set; }
Property Value
|
Edit this page
View Source
State
Declaration
[JsonProperty("state", Required = Required.Always)]
[Key("state")]
[Required]
public byte[] State { get; set; }
Property Value