UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

5 lines 413 B
import { PROTO } from '../../constants'; import { BitcoinNetworkInfo } from '../../exports'; export declare function mapOutputScriptToKey(script_type: string): "p2pkh" | "p2sh" | "p2tr" | "p2wpkh" | undefined; export declare const getTransactionVbytes: (inputs: PROTO.TxInputType[], outputs: PROTO.TxOutputType[], coinInfo: BitcoinNetworkInfo) => number | undefined; //# sourceMappingURL=transactionBytes.d.ts.map