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

    Type Alias ExitTotals

    type ExitTotals = {
        fundingRequiredSats: number;
        recoveredSats: number;
        totalFeeSats: number;
        txCount: number;
    }
    Index

    Properties

    fundingRequiredSats: number

    Sats consumed from the onchain wallet by the splitter (fees + funding outputs).

    recoveredSats: number

    Sats arriving at the sweep address once all sweeps confirm.

    totalFeeSats: number
    txCount: number

    Distinct transactions the executor ensures onchain.