Returns the account adjustments produced by this reservation.
Throws LifecycleError when the reservation has been finalized.
Returns the winning account block produced by this reservation's pipeline,
or undefined when no account-scoped reject was produced.
Throws LifecycleError when the reservation has been finalized.
Single-use handle for reserved pre-trade state.
lock()andaccountAdjustments()may be read while the reservation is live.commit()androllback()each consume the handle; calling either a second time (or after the other) throwsLifecycleError.