Class StorageSection
Inheritance
StorageSection
Assembly: Algorand.dll
Syntax
public class StorageSection
Properties
|
Edit this page
View Source
Declared
Declaration
public Dictionary<string, StorageElement> Declared { get; set; }
Property Value
|
Edit this page
View Source
NumByteSlices
Declaration
[JsonProperty("num_byte_slices")]
public ulong? NumByteSlices { get; set; }
Property Value
|
Edit this page
View Source
NumUints
Declaration
[JsonProperty("num_uints")]
public ulong? NumUints { get; set; }
Property Value