Flow.Net
Show / Hide Table of Contents

Class FlowTransactionBase

Inheritance
Object
FlowInteractionBase
FlowTransactionBase
FlowTransaction
FlowTransactionResponse
Inherited Members
FlowInteractionBase.Script
FlowInteractionBase.Arguments
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public abstract class FlowTransactionBase : FlowInteractionBase

Constructors

| Improve this Doc View Source

FlowTransactionBase(Dictionary<String, String>)

Declaration
protected FlowTransactionBase(Dictionary<string, string> addressMap = null)
Parameters
Type Name Description
Dictionary<String, String> addressMap

Properties

| Improve this Doc View Source

Authorizers

Declaration
public IList<FlowAddress> Authorizers { get; set; }
Property Value
Type Description
IList<FlowAddress>
| Improve this Doc View Source

EnvelopeSignatures

Declaration
public IList<FlowSignature> EnvelopeSignatures { get; set; }
Property Value
Type Description
IList<FlowSignature>
| Improve this Doc View Source

GasLimit

Declaration
public ulong GasLimit { get; set; }
Property Value
Type Description
UInt64
| Improve this Doc View Source

Payer

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

PayloadSignatures

Declaration
public IList<FlowSignature> PayloadSignatures { get; set; }
Property Value
Type Description
IList<FlowSignature>
| Improve this Doc View Source

ProposalKey

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

ReferenceBlockId

Declaration
public string ReferenceBlockId { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX