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.

6 lines (5 loc) 264 B
export function encode(number: any, buffer: any, offset: any): Buffer; export function decode(buffer: any, offset: any): number; export function encodingLength(number: any): 5 | 1 | 3 | 9; import Buffer_1 = require("safe-buffer"); import Buffer = Buffer_1.Buffer;