Class SCSpecTypeMap

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

public class SCSpecTypeMap extends Object
SCSpecTypeMap's original definition in the XDR file is:
 struct SCSpecTypeMap
 {
     SCSpecTypeDef keyType;
     SCSpecTypeDef valueType;
 };