UNPKG

@okxweb3/coin-bitcoin

Version:

@ok/coin-bitcoin is a Bitcoin SDK for building Web3 wallets and applications. It supports BTC, BSV, DOGE, LTC, and TBTC, enabling private key management, transaction signing, address generation, and inscriptions like BRC-20, Runes, CAT, and Atomicals.

7 lines (6 loc) 253 B
import { SignTxParams } from '@okxweb3/coin-base'; import { BtcWallet } from './BtcWallet'; export declare class CatWallet extends BtcWallet { signTransaction(param: SignTxParams): Promise<any>; estimateFee(param: SignTxParams): Promise<any>; }