Struct TealKeyValue
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct TealKeyValue : IEquatable<TealKeyValue>
Properties
Key
Declaration
[AlgoApiField("key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
Declaration
[AlgoApiField("value")]
public TealValue Value { get; set; }
Property Value
Type | Description |
---|---|
TealValue |
Methods
Equals(TealKeyValue)
Declaration
public bool Equals(TealKeyValue other)
Parameters
Type | Name | Description |
---|---|---|
TealKeyValue | other |
Returns
Type | Description |
---|---|
Boolean |