Struct EvalDelta
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct EvalDelta : IEquatable<EvalDelta>
Properties
Action
[at] delta action.
Declaration
public ulong Action { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Bytes
[bs] bytes value.
Declaration
public string Bytes { get; set; }
Property Value
Type | Description |
---|---|
String |
Uint
[ui] uint value.
Declaration
public Optional<ulong> Uint { get; set; }
Property Value
Type | Description |
---|---|
Optional<UInt64> |
Methods
Equals(EvalDelta)
Declaration
public bool Equals(EvalDelta other)
Parameters
Type | Name | Description |
---|---|---|
EvalDelta | other |
Returns
Type | Description |
---|---|
Boolean |