Package org.stellar.sdk.xdr
Class SCMap
java.lang.Object
org.stellar.sdk.xdr.SCMap
- All Implemented Interfaces:
XdrElement
SCMap's original definition in the XDR file is:
typedef SCMapEntry SCMap<>;
-
Constructor Summary
Constructors -
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()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SCMap
public SCMap() -
SCMap
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getSCMap
-
setSCMap
-
equals
-
hashCode
public int hashCode() -
toString
-