Struct ValueDelta
Represents a TEAL value delta.
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct ValueDelta : IEquatable<ValueDelta>Fields
Action
Declaration
[AlgoApiField("at")]
public DeltaAction ActionField Value
| Type | Description | 
|---|---|
| DeltaAction | 
Bytes
Declaration
[AlgoApiField("bs")]
public TealBytes BytesField Value
| Type | Description | 
|---|---|
| TealBytes | 
UInt
Declaration
[AlgoApiField("ui")]
public ulong UIntField Value
| Type | Description | 
|---|---|
| UInt64 | 
Methods
Equals(ValueDelta)
Declaration
public bool Equals(ValueDelta other)Parameters
| Type | Name | Description | 
|---|---|---|
| ValueDelta | other | 
Returns
| Type | Description | 
|---|---|
| Boolean |