Class TransactionSignature
Base64 encoded signature.
Inheritance
TransactionSignature
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class TransactionSignature
Properties
|
Improve this Doc
View Source
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
|
Improve this Doc
View Source
Address
Declaration
[JsonProperty("address", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Address { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Signature
Declaration
[JsonProperty("signature", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public byte[] Signature { get; set; }
Property Value