Package org.stellar.sdk.xdr
Class SorobanTransactionMetaV2
java.lang.Object
org.stellar.sdk.xdr.SorobanTransactionMetaV2
- All Implemented Interfaces:
XdrElement
SorobanTransactionMetaV2's original definition in the XDR file is:
struct SorobanTransactionMetaV2 { SorobanTransactionMetaExt ext; SCVal* returnValue; };
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SorobanTransactionMetaV2
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SorobanTransactionMetaV2
fromXdrBase64
(String xdr) static SorobanTransactionMetaV2
fromXdrByteArray
(byte[] xdr) getExt()
int
hashCode()
void
void
setReturnValue
(SCVal returnValue) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SorobanTransactionMetaV2
public SorobanTransactionMetaV2() -
SorobanTransactionMetaV2
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getReturnValue
-
setExt
-
setReturnValue
-
equals
-
hashCode
public int hashCode() -
toString
-