Class SCSpecTypeMap

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

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