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

    Type Alias ExitQuote

    Cost/size quote returned by UnilateralExit.estimate — no funds needed.

    type ExitQuote = {
        currentBalanceSats: number;
        feeRate: number;
        fundingAddress: string;
        shortfallSats: number;
        totals: ExitTotals;
        validUntil?: number;
        vtxos: ExitVtxoInfo[];
    }
    Index

    Properties

    currentBalanceSats: number
    feeRate: number
    fundingAddress: string
    shortfallSats: number
    totals: ExitTotals
    validUntil?: number
    vtxos: ExitVtxoInfo[]