UNPKG

@ledgerhq/hw-app-btc

Version:
4 lines 296 B
import Transport from "@ledgerhq/hw-transport"; import type { Transaction } from "./types"; export declare function getTrustedInputBIP143(transport: Transport, indexLookup: number, transaction: Transaction, additionals?: Array<string>): string; //# sourceMappingURL=getTrustedInputBIP143.d.ts.map