Flow.Net
Show / Hide Table of Contents

Class TransactionSignature

Base64 encoded signature.

Inheritance
Object
TransactionSignature
Namespace: Flow.Net.Sdk.Client.Http
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
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

Signature

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