Show / Hide Table of Contents

Class TransactionPreconditions

Inheritance
System.Object
TransactionPreconditions
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class TransactionPreconditions : object

Fields

MAX_EXTRA_SIGNERS_COUNT

Declaration
public static long MAX_EXTRA_SIGNERS_COUNT
Field Value
System.Int64

TIMEOUT_INFINITE

Declaration
public static ulong TIMEOUT_INFINITE
Field Value
System.UInt64

Properties

ExtraSigners

Declaration
public List<SignerKey> ExtraSigners { get; set; }
Property Value
List<stellar_dotnet_sdk.xdr.SignerKey>

LedgerBounds

Declaration
public LedgerBounds LedgerBounds { get; set; }
Property Value
LedgerBounds

MinSeqAge

Declaration
public ulong MinSeqAge { get; set; }
Property Value
System.UInt64

MinSeqLedgerGap

Declaration
public uint MinSeqLedgerGap { get; set; }
Property Value
System.UInt32

MinSeqNumber

Declaration
public long? MinSeqNumber { get; set; }
Property Value
System.Nullable<System.Int64>

TimeBounds

Declaration
public TimeBounds TimeBounds { get; set; }
Property Value
TimeBounds

Methods

FromXDR(Preconditions)

Declaration
public static TransactionPreconditions FromXDR(Preconditions preconditions)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.Preconditions preconditions
Returns
TransactionPreconditions

HasV2()

Declaration
public bool HasV2()
Returns
System.Boolean

IsValid()

Declaration
public void IsValid()

ToXDR()

Declaration
public Preconditions ToXDR()
Returns
stellar_dotnet_sdk.xdr.Preconditions

Back to top Generated by DocFX