add

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

Appends a step, and returns the handle later steps use to refer to what it will produce.

Return

A handle on this step's future result.

Parameters