Skip to content

VaultTransaction.rollback method

VaultTransaction › rollback

Rolls back the transaction: undoes the completed steps in reverse order and removes the staging folder. Idempotent.

Signature:

rollback(): Promise<void>

Returns: Promise<void>A Promise that resolves when the rollback completes.