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 OperationMetaV2decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic OperationMetaV2fromXdrBase64(String xdr) static OperationMetaV2fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidsetChanges(LedgerEntryChanges changes) voidsetEvents(ContractEvent[] events) voidsetExt(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:
encodein 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
-