Package org.stellar.sdk.xdr
Class SCAddress.SCAddressBuilder
java.lang.Object
org.stellar.sdk.xdr.SCAddress.SCAddressBuilder
- Enclosing class:
SCAddress
-
Method Summary
Modifier and TypeMethodDescriptionValue of theaccountIdfield.build()claimableBalanceId(ClaimableBalanceID claimableBalanceId) Value of theclaimableBalanceIdfield.contractId(ContractID contractId) Value of thecontractIdfield.discriminant(SCAddressType discriminant) Value of thediscriminantfield.liquidityPoolId(PoolID liquidityPoolId) Value of theliquidityPoolIdfield.muxedAccount(MuxedEd25519Account muxedAccount) Value of themuxedAccountfield.toString()
-
Method Details
-
discriminant
Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
accountId
Value of theaccountIdfield.- Parameters:
accountId- theaccountIdfield value- Returns:
this.
-
contractId
Value of thecontractIdfield.- Parameters:
contractId- thecontractIdfield value- Returns:
this.
-
muxedAccount
Value of themuxedAccountfield.- Parameters:
muxedAccount- themuxedAccountfield value- Returns:
this.
-
claimableBalanceId
Value of theclaimableBalanceIdfield.- Parameters:
claimableBalanceId- theclaimableBalanceIdfield value- Returns:
this.
-
liquidityPoolId
Value of theliquidityPoolIdfield.- Parameters:
liquidityPoolId- theliquidityPoolIdfield value- Returns:
this.
-
build
-
toString
-