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 175 B
export { FeeEstimator } from "./estimator.js"; export type { Options } from "./estimator"; export type { Result, FeeRates } from "./types"; //# sourceMappingURL=index.d.ts.map