Package org.stellar.sdk.xdr
Class PreconditionsV2.PreconditionsV2Builder
java.lang.Object
org.stellar.sdk.xdr.PreconditionsV2.PreconditionsV2Builder
- Enclosing class:
PreconditionsV2
-
Method Summary
Modifier and TypeMethodDescriptionbuild()extraSigners(SignerKey[] extraSigners) Value of theextraSignersfield.ledgerBounds(LedgerBounds ledgerBounds) Value of theledgerBoundsfield.Value of theminSeqAgefield.minSeqLedgerGap(Uint32 minSeqLedgerGap) Value of theminSeqLedgerGapfield.minSeqNum(SequenceNumber minSeqNum) Value of theminSeqNumfield.timeBounds(TimeBounds timeBounds) Value of thetimeBoundsfield.toString()
-
Method Details
-
timeBounds
Value of thetimeBoundsfield.- Parameters:
timeBounds- thetimeBoundsfield value- Returns:
this.
-
ledgerBounds
Value of theledgerBoundsfield.- Parameters:
ledgerBounds- theledgerBoundsfield value- Returns:
this.
-
minSeqNum
Value of theminSeqNumfield.- Parameters:
minSeqNum- theminSeqNumfield value- Returns:
this.
-
minSeqAge
Value of theminSeqAgefield.- Parameters:
minSeqAge- theminSeqAgefield value- Returns:
this.
-
minSeqLedgerGap
Value of theminSeqLedgerGapfield.- Parameters:
minSeqLedgerGap- theminSeqLedgerGapfield value- Returns:
this.
-
extraSigners
Value of theextraSignersfield.- Parameters:
extraSigners- theextraSignersfield value- Returns:
this.
-
build
-
toString
-