UNPKG

@bitgo/utxo-bin

Version:

Command-line utility for BitGo UTXO transactions

6 lines 360 B
import * as utxolib from '@bitgo/utxo-lib'; declare const scriptTypes: readonly ["p2sh", "p2shP2wsh", "p2wsh", "p2tr", "p2trMusig2", "p2pkh", "p2wkh"]; type ScriptType = (typeof scriptTypes)[number]; export declare function isSupportedDepositType(network: utxolib.Network, scriptType: ScriptType): boolean; export {}; //# sourceMappingURL=parseAddress.d.ts.map