Enum Class SorobanCredentialsType

java.lang.Object
java.lang.Enum<SorobanCredentialsType>
org.stellar.sdk.xdr.SorobanCredentialsType
All Implemented Interfaces:
Serializable, Comparable<SorobanCredentialsType>, Constable

public enum SorobanCredentialsType extends Enum<SorobanCredentialsType>
SorobanCredentialsType's original definition in the XDR file is:
 enum SorobanCredentialsType
 {
     SOROBAN_CREDENTIALS_SOURCE_ACCOUNT = 0,
     SOROBAN_CREDENTIALS_ADDRESS = 1
 };