Flow.Net
Show / Hide Table of Contents

Class ProposalKey

Inheritance
Object
ProposalKey
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class ProposalKey

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
IDictionary<String, Object>
| Improve this Doc View Source

Address

Declaration
[JsonProperty("address", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Address { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Key_index

Declaration
[JsonProperty("key_index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Key_index { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Sequence_number

Declaration
[JsonProperty("sequence_number", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Sequence_number { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX