Package org.stellar.sdk.xdr
Class SorobanAuthorizationEntry.SorobanAuthorizationEntryBuilder
java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizationEntry.SorobanAuthorizationEntryBuilder
- Enclosing class:
SorobanAuthorizationEntry
-
Method Summary
Modifier and TypeMethodDescriptionbuild()credentials(SorobanCredentials credentials) Value of thecredentialsfield.rootInvocation(SorobanAuthorizedInvocation rootInvocation) Value of therootInvocationfield.toString()
-
Method Details
-
credentials
public SorobanAuthorizationEntry.SorobanAuthorizationEntryBuilder credentials(SorobanCredentials credentials) Value of thecredentialsfield.- Parameters:
credentials- thecredentialsfield value- Returns:
this.
-
rootInvocation
public SorobanAuthorizationEntry.SorobanAuthorizationEntryBuilder rootInvocation(SorobanAuthorizedInvocation rootInvocation) Value of therootInvocationfield.- Parameters:
rootInvocation- therootInvocationfield value- Returns:
this.
-
build
-
toString
-