Flow.Net
Show / Hide Table of Contents

Class FlowProposalKey

A FlowProposalKey is the key that specifies the proposal key and sequence number for a transaction.

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

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

SequenceNumber

Declaration
public ulong SequenceNumber { get; set; }
Property Value
Type Description
UInt64

Extension Methods

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