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