UNPKG

@coolwallet/btc

Version:
4 lines (3 loc) 245 B
import { CardType } from '@coolwallet/core'; export declare function shouldUseLegacyUtxoScript(cardType: CardType, seVersion: number): boolean; export declare function shouldUseLegacyScript10Or11(cardType: CardType, seVersion: number): boolean;