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 ParallelTxsComponentdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic ParallelTxsComponentfromXdrBase64(String xdr) static ParallelTxsComponentfromXdrByteArray(byte[] xdr) inthashCode()voidsetBaseFee(Int64 baseFee) voidsetExecutionStages(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:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getBaseFee
-
getExecutionStages
-
setBaseFee
-
setExecutionStages
-
equals
-
hashCode
public int hashCode() -
toString
-