Class TealKeyValue
Inheritance
object
TealKeyValue
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 TealKeyValue
Properties
| Improve this Doc View SourceKey
Declaration
[JsonProperty("key", Required = Required.Always)]
[Required]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Declaration
[JsonProperty("value", Required = Required.Always)]
[Required]
public TealValue Value { get; set; }
Property Value
Type | Description |
---|---|
TealValue |