Package org.stellar.sdk.xdr
Class SCMap
java.lang.Object
org.stellar.sdk.xdr.SCMap
SCMap's original definition in the XDR file is:
typedef SCMapEntry SCMap<>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCMapdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCMapfromXdrBase64(String xdr) static SCMapfromXdrByteArray(byte[] xdr) getSCMap()inthashCode()voidsetSCMap(SCMapEntry[] SCMap) toString()default Stringdefault byte[]
-
Constructor Details
-
SCMap
public SCMap() -
SCMap
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getSCMap
-
setSCMap
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-