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 SorobanTransactionMetaV2decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SorobanTransactionMetaV2fromXdrBase64(String xdr) static SorobanTransactionMetaV2fromXdrByteArray(byte[] xdr) getExt()inthashCode()voidvoidsetReturnValue(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:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getExt
-
getReturnValue
-
setExt
-
setReturnValue
-
equals
-
hashCode
public int hashCode() -
toString
-