Struct TealValue
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct TealValue : IEquatable<TealValue>
Properties
Bytes
Declaration
[AlgoApiField("bytes")]
public string Bytes { get; set; }
Property Value
Type
[tt] value type. Value 1
refers to bytes, value 2
refers to uint
Declaration
[AlgoApiField("type")]
public ulong Type { get; set; }
Property Value
Uint
Declaration
[AlgoApiField("uint")]
public ulong Uint { get; set; }
Property Value
Methods
Equals(TealValue)
Declaration
public bool Equals(TealValue other)
Parameters
Returns