Class FlowSignature
A FlowSignature is a signature associated with a specific account key.
Inheritance
FlowSignature
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
|
Improve this Doc
View Source
KeyId
Declaration
public uint KeyId { get; set; }
Property Value
|
Improve this Doc
View Source
Signature
Declaration
public byte[] Signature { get; set; }
Property Value
Extension Methods