@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Variable UnilateralExitConst

    UnilateralExit: {
        estimate: (opts: ExitOptions) => Promise<ExitQuote>;
        Executor: typeof Executor;
        prepare: (opts: ExitOptions) => Promise<ExitPackage>;
    } = ...

    Pre-signed unilateral exit.

    estimate quotes the cost (tx count, fees, funding required) without touching funds; prepare signs every transaction needed to land the VTXOs onchain and broadcasts the fee-funding splitter; Executor drives the resulting package to completion with nothing but an Esplora-compatible endpoint — no keys, no Arkade infrastructure.

    Type Declaration