Class FlowTransactionBase
Inheritance
FlowTransactionBase
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
Properties
|
Improve this Doc
View Source
Authorizers
Declaration
public IList<FlowAddress> Authorizers { get; set; }
Property Value
|
Improve this Doc
View Source
EnvelopeSignatures
Declaration
public IList<FlowSignature> EnvelopeSignatures { get; set; }
Property Value
|
Improve this Doc
View Source
GasLimit
Declaration
public ulong GasLimit { get; set; }
Property Value
|
Improve this Doc
View Source
Payer
Declaration
public FlowAddress Payer { get; set; }
Property Value
|
Improve this Doc
View Source
PayloadSignatures
Declaration
public IList<FlowSignature> PayloadSignatures { get; set; }
Property Value
|
Improve this Doc
View Source
ProposalKey
Declaration
public FlowProposalKey ProposalKey { get; set; }
Property Value
|
Improve this Doc
View Source
ReferenceBlockId
Declaration
public string ReferenceBlockId { get; set; }
Property Value