TransactionPlanner
Plans one or more transactions according to the provided instruction plan.
Parameters
Parameter | Type | Description |
---|---|---|
instructionPlan | InstructionPlan | The instruction plan to be planned and executed. |
config? | { abortSignal? : AbortSignal ; } | Optional configuration object that can include an AbortSignal to cancel the planning process. |
config.abortSignal? | AbortSignal | - |