Class SorobanAddressCredentialsWithDelegates

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

public class SorobanAddressCredentialsWithDelegates extends Object implements XdrElement
SorobanAddressCredentialsWithDelegates's original definition in the XDR file is:
 struct SorobanAddressCredentialsWithDelegates
 {
     SorobanAddressCredentials addressCredentials;
     SorobanDelegateSignature delegates<>;
 };