Class ApplicationStateSchema
Inherited Members
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class ApplicationStateSchema
Properties
| Edit this page View SourceNumByteSlice
Declaration
[JsonProperty("num-byte-slice", Required = Required.Always)]
[Required]
public ulong NumByteSlice { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
NumUint
Declaration
[JsonProperty("num-uint", Required = Required.Always)]
[Required]
public ulong NumUint { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |