add

fun <T> add(step: TransactionStep<T>): StepHandle<T>

Adds a step to the plan and returns a handle for referencing its result in subsequent steps.

Return

Handle that can be used to reference this step's result in later steps.

Parameters

step

Transaction step to add.