Class TealValue
Inheritance
object
TealValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class TealValue
Properties
| Improve this Doc View SourceBytes
Declaration
[JsonProperty("bytes", Required = Required.Always)]
[Required]
public string Bytes { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
[JsonProperty("type", Required = Required.Always)]
[Required]
public ulong Type { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Uint
Declaration
[JsonProperty("uint", Required = Required.Always)]
[Required]
public ulong Uint { get; set; }
Property Value
Type | Description |
---|---|
ulong |