Class AccountPublicKey
Inheritance
AccountPublicKey
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class AccountPublicKey
Properties
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Hashing_algorithm
Declaration
[JsonProperty("hashing_algorithm", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public HashingAlgorithm Hashing_algorithm { get; set; }
Property Value
|
Improve this Doc
View Source
Index
Declaration
[JsonProperty("index", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Index { get; set; }
Property Value
|
Improve this Doc
View Source
Public_key
Declaration
[JsonProperty("public_key", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Public_key { get; set; }
Property Value
|
Improve this Doc
View Source
Revoked
Flag indicating whether the key is active or not.
Declaration
[JsonProperty("revoked", Required = Required.Always)]
public bool Revoked { get; set; }
Property Value
|
Improve this Doc
View Source
Sequence_number
Current account sequence number.
Declaration
[JsonProperty("sequence_number", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Sequence_number { get; set; }
Property Value
|
Improve this Doc
View Source
Signing_algorithm
Declaration
[JsonProperty("signing_algorithm", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public SigningAlgorithm Signing_algorithm { get; set; }
Property Value
|
Improve this Doc
View Source
Weight
Declaration
[JsonProperty("weight", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Weight { get; set; }
Property Value