Class SorobanAuthorizedInvocation

java.lang.Object
org.stellar.sdk.xdr.SorobanAuthorizedInvocation
All Implemented Interfaces:
XdrElement

public class SorobanAuthorizedInvocation extends Object implements XdrElement
SorobanAuthorizedInvocation's original definition in the XDR file is:
 struct SorobanAuthorizedInvocation
 {
     SorobanAuthorizedFunction function;
     SorobanAuthorizedInvocation subInvocations<>;
 };