UNPKG

@samouraiwallet/one-dollar-fee-estimator

Version:

A script estimating the minimum feerate required for the inclusion of a bitcoin transaction into the next block.

4 lines 254 B
import { Worker, type MessagePort } from "node:worker_threads"; import type { FeeEstimatorOptions } from "./types"; export declare const initEstimator: (options: FeeEstimatorOptions) => MessagePort | Worker; //# sourceMappingURL=estimator-worker.d.ts.map