Class SorobanCredentials

java.lang.Object
org.stellar.sdk.xdr.SorobanCredentials

public class SorobanCredentials extends Object
SorobanCredentials's original definition in the XDR file is:
 union SorobanCredentials switch (SorobanCredentialsType type)
 {
 case SOROBAN_CREDENTIALS_SOURCE_ACCOUNT:
     void;
 case SOROBAN_CREDENTIALS_ADDRESS:
     SorobanAddressCredentials address;
 };