TransactionHandle

Tracks a transaction until its final outcome. join/get and onComplete receive the same result. A deferred transaction remains pending until commit or rollback resolves the decision. Use onWaitingForCommit for authorisation data; do not wait on join before making that decision.

Functions

Link copied to clipboard

Waits for authorisation, commits once, verifies the outcome and delivers onComplete. Blocks.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Waits for authorisation, rolls back once and delivers the verified result to onComplete. Blocks.