Struct TealValue
Represents a TEAL value.
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct TealValue : IEquatable<TealValue>Fields
Bytes
[tb] bytes value.
Declaration
[AlgoApiField("tb")]
public TealBytes BytesField Value
| Type | Description | 
|---|---|
| TealBytes | 
Type
See TealValueType
Declaration
[AlgoApiField("tt")]
public TealValueType TypeField Value
| Type | Description | 
|---|---|
| TealValueType | 
UintValue
[ui] uint value.
Declaration
[AlgoApiField("ui")]
public ulong UintValueField Value
| Type | Description | 
|---|---|
| UInt64 | 
Methods
Equals(TealValue)
Declaration
public bool Equals(TealValue other)Parameters
| Type | Name | Description | 
|---|---|---|
| TealValue | other | 
Returns
| Type | Description | 
|---|---|
| Boolean |