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
-
Method Summary
Modifier and TypeMethodDescriptionstatic SCMap
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCMap
fromXdrBase64
(String xdr) static SCMap
fromXdrByteArray
(byte[] xdr) getSCMap()
int
hashCode()
void
setSCMap
(SCMapEntry[] SCMap) toString()
default String
default 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
-