OptionalconfirmOptionalmaxFee ceiling, in DEM. When the confirmed fee exceeds this in "auto"
mode the runner throws FeeCapExceededError rather than
broadcasting. Defaults to DEFAULT_MAX_FEE_DEM (5 DEM). Pass
null or Infinity to disable the cap entirely.
OptionalwaitWhen broadcasting, wait for on-chain inclusion via broadcastAndWait
instead of returning after the broadcast RPC. Defaults to false.
OptionalwaitOptions forwarded to broadcastAndWait when wait is true.
Confirmation strategy:
"auto"(default): broadcast automatically, subject tomaxFee."manual": build + sign + confirm only; return the validity data without broadcasting (the classic three-step flow, collapsed to one call for the confirm stage).true.maxFeeis not auto-enforced in this mode — the callback is the sole authority.