UNPKG

bitcoin-cli-ts

Version:

Auto-generated Bitcoin client library for bitcoind JSON-RPC API

13 lines (12 loc) 246 B
import { Bitcoind } from '../../types'; type GetRpcInfoParams = { bitcoind: Bitcoind; }; /** * getrpcinfo * * Returns details of the RPC server. * */ export declare function getRpcInfo(params: GetRpcInfoParams): Promise<any>; export {};