UNPKG

bitcoin-cli-ts

Version:

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

14 lines (13 loc) 309 B
import { Bitcoind } from '../../types'; type MockSchedulerParams = { bitcoind: Bitcoind; delta_time: number; }; /** * mockscheduler delta_time * * Bump the scheduler into the future (-regtest only) * */ export declare function mockScheduler(params: MockSchedulerParams): Promise<any>; export {};