@vafanassieff/bitcoin-cli-ts
Version:
Auto-generated Bitcoin client library for bitcoind JSON-RPC API
14 lines • 356 B
TypeScript
import { Bitcoind } from '../../types.js';
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 {};
//# sourceMappingURL=mock-scheduler.d.ts.map