Package org.stellar.sdk.xdr
Class StellarValue.StellarValueExt.StellarValueProposedValue.StellarValueProposedValueBuilder
java.lang.Object
org.stellar.sdk.xdr.StellarValue.StellarValueExt.StellarValueProposedValue.StellarValueProposedValueBuilder
- Enclosing class:
StellarValue.StellarValueExt.StellarValueProposedValue
public static class StellarValue.StellarValueExt.StellarValueProposedValue.StellarValueProposedValueBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()lcValueSignature(LedgerCloseValueSignature lcValueSignature) Value of thelcValueSignaturefield.previousLedgerHash(Hash previousLedgerHash) Value of thepreviousLedgerHashfield.previousLedgerVersion(Uint32 previousLedgerVersion) Value of thepreviousLedgerVersionfield.toString()Value of thetxSetHashfield.
-
Method Details
-
txSetHash
public StellarValue.StellarValueExt.StellarValueProposedValue.StellarValueProposedValueBuilder txSetHash(Hash txSetHash) Value of thetxSetHashfield.- Parameters:
txSetHash- thetxSetHashfield value- Returns:
this.
-
previousLedgerHash
public StellarValue.StellarValueExt.StellarValueProposedValue.StellarValueProposedValueBuilder previousLedgerHash(Hash previousLedgerHash) Value of thepreviousLedgerHashfield.- Parameters:
previousLedgerHash- thepreviousLedgerHashfield value- Returns:
this.
-
previousLedgerVersion
public StellarValue.StellarValueExt.StellarValueProposedValue.StellarValueProposedValueBuilder previousLedgerVersion(Uint32 previousLedgerVersion) Value of thepreviousLedgerVersionfield.- Parameters:
previousLedgerVersion- thepreviousLedgerVersionfield value- Returns:
this.
-
lcValueSignature
public StellarValue.StellarValueExt.StellarValueProposedValue.StellarValueProposedValueBuilder lcValueSignature(LedgerCloseValueSignature lcValueSignature) Value of thelcValueSignaturefield.- Parameters:
lcValueSignature- thelcValueSignaturefield value- Returns:
this.
-
build
-
toString
-