UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

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

14 lines 348 B
import { Bitcoind } from '../../types.js'; type SetMockTimeParams = { bitcoind: Bitcoind; timestamp: number; }; /** * setmocktime timestamp * * Set the local time to given timestamp (-regtest only) * */ export declare function setMockTime(params: SetMockTimeParams): Promise<any>; export {}; //# sourceMappingURL=set-mock-time.d.ts.map