Package org.stellar.sdk.xdr
Class SorobanAuthorizedInvocation.SorobanAuthorizedInvocationBuilder
java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizedInvocation.SorobanAuthorizedInvocationBuilder
- Enclosing class:
SorobanAuthorizedInvocation
-
Method Summary
Modifier and TypeMethodDescriptionbuild()function(SorobanAuthorizedFunction function) Value of thefunctionfield.subInvocations(SorobanAuthorizedInvocation[] subInvocations) Value of thesubInvocationsfield.toString()
-
Method Details
-
function
public SorobanAuthorizedInvocation.SorobanAuthorizedInvocationBuilder function(SorobanAuthorizedFunction function) Value of thefunctionfield.- Parameters:
function- thefunctionfield value- Returns:
this.
-
subInvocations
public SorobanAuthorizedInvocation.SorobanAuthorizedInvocationBuilder subInvocations(SorobanAuthorizedInvocation[] subInvocations) Value of thesubInvocationsfield.- Parameters:
subInvocations- thesubInvocationsfield value- Returns:
this.
-
build
-
toString
-