Flow.Net
Show / Hide Table of Contents

Class FlowSignature

A FlowSignature is a signature associated with a specific account key.

Inheritance
Object
FlowSignature
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowSignature

Properties

| Improve this Doc View Source

Address

Declaration
public FlowAddress Address { get; set; }
Property Value
Type Description
FlowAddress
| Improve this Doc View Source

KeyId

Declaration
public uint KeyId { get; set; }
Property Value
Type Description
UInt32
| Improve this Doc View Source

Signature

Declaration
public byte[] Signature { get; set; }
Property Value
Type Description
Byte[]

Extension Methods

FlowApiConverter.FromFlowSignature(FlowSignature)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX