BitcoinerLab Descriptors API - v3.1.7
    Preparing search index...

    Type Alias LedgerManager

    State and helpers needed for Ledger integration.

    Pass the pre-bound Output constructor from the package you are using:

    • @bitcoinerlab/descriptors
    • @bitcoinerlab/descriptors-scure
    type LedgerManager = {
        ledgerClient: unknown;
        ledgerState: LedgerState;
        Output: OutputConstructor;
        network: Network;
    }
    Index

    Properties

    ledgerClient: unknown

    Ledger Bitcoin app client instance.

    ledgerState: LedgerState

    Mutable cache for fingerprints, xpubs and registered policies.

    Pre-bound Output constructor from the package/backend you are using.

    network: Network

    Bitcoin network used for descriptor and policy interpretation.