Class SCMapEntry

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

public class SCMapEntry extends Object
SCMapEntry's original definition in the XDR file is:
 struct SCMapEntry
 {
     SCVal key;
     SCVal val;
 };