Struct TealKeyValue
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct TealKeyValue : IEquatable<TealKeyValue>
Properties
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Value
Declaration
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 |