UNPKG

bitcoin-cli-ts

Version:

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

14 lines (13 loc) 302 B
import { Bitcoind } from '../../types'; 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 {};