Package org.stellar.sdk.xdr
Class LedgerKey.LedgerKeyBuilder
java.lang.Object
org.stellar.sdk.xdr.LedgerKey.LedgerKeyBuilder
- Enclosing class:
LedgerKey
-
Method Summary
Modifier and TypeMethodDescriptionaccount(LedgerKey.LedgerKeyAccount account) Value of theaccountfield.build()claimableBalance(LedgerKey.LedgerKeyClaimableBalance claimableBalance) Value of theclaimableBalancefield.configSetting(LedgerKey.LedgerKeyConfigSetting configSetting) Value of theconfigSettingfield.contractCode(LedgerKey.LedgerKeyContractCode contractCode) Value of thecontractCodefield.contractData(LedgerKey.LedgerKeyContractData contractData) Value of thecontractDatafield.data(LedgerKey.LedgerKeyData data) Value of thedatafield.discriminant(LedgerEntryType discriminant) Value of thediscriminantfield.liquidityPool(LedgerKey.LedgerKeyLiquidityPool liquidityPool) Value of theliquidityPoolfield.offer(LedgerKey.LedgerKeyOffer offer) Value of theofferfield.toString()trustLine(LedgerKey.LedgerKeyTrustLine trustLine) Value of thetrustLinefield.Value of thettlfield.
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
account
Value of theaccountfield.- Parameters:
account- theaccountfield value- Returns:
this.
-
trustLine
Value of thetrustLinefield.- Parameters:
trustLine- thetrustLinefield value- Returns:
this.
-
offer
Value of theofferfield.- Parameters:
offer- theofferfield value- Returns:
this.
-
data
Value of thedatafield.- Parameters:
data- thedatafield value- Returns:
this.
-
claimableBalance
public LedgerKey.LedgerKeyBuilder claimableBalance(LedgerKey.LedgerKeyClaimableBalance claimableBalance) Value of theclaimableBalancefield.- Parameters:
claimableBalance- theclaimableBalancefield value- Returns:
this.
-
liquidityPool
Value of theliquidityPoolfield.- Parameters:
liquidityPool- theliquidityPoolfield value- Returns:
this.
-
contractData
Value of thecontractDatafield.- Parameters:
contractData- thecontractDatafield value- Returns:
this.
-
contractCode
Value of thecontractCodefield.- Parameters:
contractCode- thecontractCodefield value- Returns:
this.
-
configSetting
Value of theconfigSettingfield.- Parameters:
configSetting- theconfigSettingfield value- Returns:
this.
-
ttl
Value of thettlfield.- Parameters:
ttl- thettlfield value- Returns:
this.
-
build
-
toString
-