@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 353 B
TypeScript
import { Bitcoind } from '../../types.js';
type SetNetworkActiveParams = {
bitcoind: Bitcoind;
state: boolean;
};
/**
* setnetworkactive state
*
* Disable/enable all p2p network activity.
*
*/
export declare function setNetworkActive(params: SetNetworkActiveParams): Promise<any>;
export {};
//# sourceMappingURL=set-network-active.d.ts.map