Package org.stellar.sdk.xdr
Class OperationMeta
java.lang.Object
org.stellar.sdk.xdr.OperationMeta
OperationMeta's original definition in the XDR file is:
struct OperationMeta { LedgerEntryChanges changes; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static OperationMeta
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static OperationMeta
fromXdrBase64
(String xdr) static OperationMeta
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setChanges
(LedgerEntryChanges changes) toString()
default String
default byte[]
-
Constructor Details
-
OperationMeta
public OperationMeta() -
OperationMeta
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getChanges
-
setChanges
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-