Struct ValueDelta
Represents a TEAL value delta.
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public struct ValueDelta : IEquatable<ValueDelta>
Fields
Action
Declaration
public DeltaAction Action
Field Value
Type | Description |
---|---|
DeltaAction |
Bytes
Declaration
public TealBytes Bytes
Field Value
Type | Description |
---|---|
TealBytes |
UInt
Declaration
public ulong UInt
Field Value
Type | Description |
---|---|
UInt64 |
Methods
Equals(ValueDelta)
Declaration
public bool Equals(ValueDelta other)
Parameters
Type | Name | Description |
---|---|---|
ValueDelta | other |
Returns
Type | Description |
---|---|
Boolean |