Class SorobanCredentials

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

public class SorobanCredentials extends Object implements XdrElement
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;
 };