Class CadenceDictionaryKeyValue
Namespace: Flow.Net.Sdk.Core.Cadence
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceDictionaryKeyValue
Properties
| Improve this Doc View SourceKey
Declaration
[JsonProperty("key")]
public ICadence Key { get; set; }
Property Value
Type | Description |
---|---|
ICadence |
Value
Declaration
[JsonProperty("value")]
public ICadence Value { get; set; }
Property Value
Type | Description |
---|---|
ICadence |