• Signs an input of the psbt where the keys are controlled by a Ledger device.

    The function will throw an error if it's unable to sign the input.

    Parameters

    • __namedParameters: {
          psbt: Psbt;
          index: number;
          ledgerManager: LedgerManager;
      }

    Returns Promise<void>