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

    Interface RouterContext

    interface RouterContext {
        prefs: RouterPreferences;
        swaps?: unknown;
        wallet: Wallet;
    }
    Index

    Properties

    Properties

    swaps?: unknown

    Loosely typed in core to avoid a dependency on boltz-swap; swap rails cast it.

    wallet: Wallet