Package org.stellar.sdk.xdr
Class SorobanAddressCredentials.SorobanAddressCredentialsBuilder
java.lang.Object
org.stellar.sdk.xdr.SorobanAddressCredentials.SorobanAddressCredentialsBuilder
- Enclosing class:
SorobanAddressCredentials
-
Method Summary
Modifier and TypeMethodDescriptionValue of theaddressfield.build()Value of thenoncefield.Value of thesignaturefield.signatureExpirationLedger(Uint32 signatureExpirationLedger) Value of thesignatureExpirationLedgerfield.toString()
-
Method Details
-
address
Value of theaddressfield.- Parameters:
address- theaddressfield value- Returns:
this.
-
nonce
Value of thenoncefield.- Parameters:
nonce- thenoncefield value- Returns:
this.
-
signatureExpirationLedger
public SorobanAddressCredentials.SorobanAddressCredentialsBuilder signatureExpirationLedger(Uint32 signatureExpirationLedger) Value of thesignatureExpirationLedgerfield.- Parameters:
signatureExpirationLedger- thesignatureExpirationLedgerfield value- Returns:
this.
-
signature
Value of thesignaturefield.- Parameters:
signature- thesignaturefield value- Returns:
this.
-
build
-
toString
-