Struct TealValue
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct TealValue : IEquatable<TealValue>
Properties
Bytes
[tb] bytes value.
Declaration
public string Bytes { get; set; }
Property Value
Type | Description |
---|---|
String |
Type
[tt] value type. Value 1
refers to bytes, value 2
refers to uint
Declaration
public ulong Type { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Uint
[ui] uint value.
Declaration
public ulong Uint { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Methods
Equals(TealValue)
Declaration
public bool Equals(TealValue other)
Parameters
Type | Name | Description |
---|---|---|
TealValue | other |
Returns
Type | Description |
---|---|
Boolean |