Package org.stellar.sdk.xdr
Class ParallelTxsComponent
java.lang.Object
org.stellar.sdk.xdr.ParallelTxsComponent
- All Implemented Interfaces:
XdrElement
ParallelTxsComponent's original definition in the XDR file is:
struct ParallelTxsComponent { int64* baseFee; // A sequence of stages that *may* have arbitrary data dependencies between // each other, i.e. in a general case the stage execution order may not be // arbitrarily shuffled without affecting the end result. ParallelTxExecutionStage executionStages<>; };
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionParallelTxsComponent
(Int64 baseFee, ParallelTxExecutionStage[] executionStages) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static ParallelTxsComponent
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static ParallelTxsComponent
fromXdrBase64
(String xdr) static ParallelTxsComponent
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setBaseFee
(Int64 baseFee) void
setExecutionStages
(ParallelTxExecutionStage[] executionStages) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
ParallelTxsComponent
public ParallelTxsComponent() -
ParallelTxsComponent
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getBaseFee
-
getExecutionStages
-
setBaseFee
-
setExecutionStages
-
equals
-
hashCode
public int hashCode() -
toString
-