/** * Bitcoin-Complete Chain Tools — Flying Whale * * COPYRIGHT 2026 Flying Whale — zaghmout.btc | ERC-8004 #54 | ALL RIGHTS RESERVED * Flying Whale Proprietary License v3.0 — Agreement-First Policy * Owner: SP322ZK4VXT3KGDT9YQANN9R28SCT02MZ97Y24BRW * * btc_chain_stats — Full blockchain stats: height, totalWork, halvingInfo, difficulty * btc_block — Get any block by height or hash * btc_mine — Mine a new block for the current session (PoP) * btc_utxos — List unspent access UTXOs for an address * btc_merkle — Compute + verify Merkle proof for a transaction * btc_difficulty — Current target, nBits, next retarget * btc_halving — Current epoch, reward, WHALE floor, next halving * btc_script — Build + execute FW Script (P2PKH, WHALE_GATE, SOVEREIGN_GATE) * btc_genesis — Show genesis block (block 0) */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerBtcChainTools(server: McpServer): void; //# sourceMappingURL=btc-chain.tools.d.ts.map