Class SorobanAuthorizationEntry

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

public class SorobanAuthorizationEntry extends Object implements XdrElement
SorobanAuthorizationEntry's original definition in the XDR file is:
 struct SorobanAuthorizationEntry
 {
     SorobanCredentials credentials;
     SorobanAuthorizedInvocation rootInvocation;
 };