Package org.stellar.sdk.xdr
Class SCMetaV0
java.lang.Object
org.stellar.sdk.xdr.SCMetaV0
SCMetaV0's original definition in the XDR file is:
struct SCMetaV0 { string key<>; string val<>; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SCMetaV0.SCMetaV0Builder
builder()
static SCMetaV0
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCMetaV0
fromXdrBase64
(String xdr) static SCMetaV0
fromXdrByteArray
(byte[] xdr) getKey()
getVal()
int
hashCode()
void
void
toString()
default String
default byte[]
-
Constructor Details
-
SCMetaV0
public SCMetaV0() -
SCMetaV0
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getKey
-
getVal
-
setKey
-
setVal
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-