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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static OperationMetadecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic OperationMetafromXdrBase64(String xdr) static OperationMetafromXdrByteArray(byte[] xdr) inthashCode()voidsetChanges(LedgerEntryChanges changes) toString()default Stringdefault 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
-