Struct ApplicationStateSchema
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct ApplicationStateSchema : IEquatable<ApplicationStateSchema>
  Properties
NumByteSlice
[nbs] num of byte slices.
Declaration
public ulong NumByteSlice { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UInt64 | 
NumUint
[nui] num of uints.
Declaration
public ulong NumUint { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UInt64 | 
Methods
Equals(ApplicationStateSchema)
Declaration
public bool Equals(ApplicationStateSchema other)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ApplicationStateSchema | other | 
Returns
| Type | Description | 
|---|---|
| Boolean |