Package org.stellar.sdk.xdr
Class OperationMetaV2
java.lang.Object
org.stellar.sdk.xdr.OperationMetaV2
- All Implemented Interfaces:
XdrElement
OperationMetaV2's original definition in the XDR file is:
struct OperationMetaV2 { ExtensionPoint ext; LedgerEntryChanges changes; ContractEvent events<>; };
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOperationMetaV2
(ExtensionPoint ext, LedgerEntryChanges changes, ContractEvent[] events) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static OperationMetaV2
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static OperationMetaV2
fromXdrBase64
(String xdr) static OperationMetaV2
fromXdrByteArray
(byte[] xdr) getExt()
int
hashCode()
void
setChanges
(LedgerEntryChanges changes) void
setEvents
(ContractEvent[] events) void
setExt
(ExtensionPoint ext) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
OperationMetaV2
public OperationMetaV2() -
OperationMetaV2
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getChanges
-
getEvents
-
setExt
-
setChanges
-
setEvents
-
equals
-
hashCode
public int hashCode() -
toString
-