UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

13 lines 291 B
import { Bitcoind } from '../../types.js'; type GetRpcInfoParams = { bitcoind: Bitcoind; }; /** * getrpcinfo * * Returns details of the RPC server. * */ export declare function getRpcInfo(params: GetRpcInfoParams): Promise<any>; export {}; //# sourceMappingURL=get-rpc-info.d.ts.map