UNPKG

bitcoin-cli-ts

Version:

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

13 lines (12 loc) 232 B
import { Bitcoind } from '../../types'; type StopParams = { bitcoind: Bitcoind; }; /** * stop * * Request a graceful shutdown of Bitcoin Core. * */ export declare function stop(params: StopParams): Promise<any>; export {};