Package org.stellar.sdk.xdr
Class HashIDPreimage.HashIDPreimageSorobanAuthorization.HashIDPreimageSorobanAuthorizationBuilder
java.lang.Object
org.stellar.sdk.xdr.HashIDPreimage.HashIDPreimageSorobanAuthorization.HashIDPreimageSorobanAuthorizationBuilder
- Enclosing class:
HashIDPreimage.HashIDPreimageSorobanAuthorization
public static class HashIDPreimage.HashIDPreimageSorobanAuthorization.HashIDPreimageSorobanAuthorizationBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()invocation(SorobanAuthorizedInvocation invocation) Value of theinvocationfield.Value of thenetworkIDfield.Value of thenoncefield.signatureExpirationLedger(Uint32 signatureExpirationLedger) Value of thesignatureExpirationLedgerfield.toString()
-
Method Details
-
networkID
public HashIDPreimage.HashIDPreimageSorobanAuthorization.HashIDPreimageSorobanAuthorizationBuilder networkID(Hash networkID) Value of thenetworkIDfield.- Parameters:
networkID- thenetworkIDfield value- Returns:
this.
-
nonce
public HashIDPreimage.HashIDPreimageSorobanAuthorization.HashIDPreimageSorobanAuthorizationBuilder nonce(Int64 nonce) Value of thenoncefield.- Parameters:
nonce- thenoncefield value- Returns:
this.
-
signatureExpirationLedger
public HashIDPreimage.HashIDPreimageSorobanAuthorization.HashIDPreimageSorobanAuthorizationBuilder signatureExpirationLedger(Uint32 signatureExpirationLedger) Value of thesignatureExpirationLedgerfield.- Parameters:
signatureExpirationLedger- thesignatureExpirationLedgerfield value- Returns:
this.
-
invocation
public HashIDPreimage.HashIDPreimageSorobanAuthorization.HashIDPreimageSorobanAuthorizationBuilder invocation(SorobanAuthorizedInvocation invocation) Value of theinvocationfield.- Parameters:
invocation- theinvocationfield value- Returns:
this.
-
build
-
toString
-