Class Genesis
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class Genesis
Properties
|
Edit this page
View Source
Alloc
Declaration
[JsonProperty("alloc", Required = Required.Always)]
[Key("alloc")]
[Required]
public ICollection<GenesisAllocation> Alloc { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("comment", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("comment")]
public string Comment { get; set; }
Property Value
|
Edit this page
View Source
Devmode
Declaration
[JsonProperty("devmode", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("devmode")]
public bool? Devmode { get; set; }
Property Value
|
Edit this page
View Source
Fees
Declaration
[JsonProperty("fees", Required = Required.Always)]
[Key("fees")]
[Required]
public string Fees { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Key("id")]
[Required]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Network
Declaration
[JsonProperty("network", Required = Required.Always)]
[Key("network")]
[Required]
public string Network { get; set; }
Property Value
|
Edit this page
View Source
Proto
Declaration
[JsonProperty("proto", Required = Required.Always)]
[Key("proto")]
[Required]
public string Proto { get; set; }
Property Value
|
Edit this page
View Source
Rwd
Declaration
[JsonProperty("rwd", Required = Required.Always)]
[Key("rwd")]
[Required]
public string Rwd { get; set; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[JsonProperty("timestamp", Required = Required.Always)]
[Key("timestamp")]
[Required]
public ulong Timestamp { get; set; }
Property Value