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;
 case SOROBAN_CREDENTIALS_ADDRESS_V2:
     SorobanAddressCredentials addressV2;
 case SOROBAN_CREDENTIALS_ADDRESS_WITH_DELEGATES:
     SorobanAddressCredentialsWithDelegates addressWithDelegates;
 };