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.

6 lines 425 B
export declare const sum: (arr: number[]) => number; export declare const median: (arr: number[]) => number; export declare const abortableDelay: (ms: number, abortSignal: AbortSignal) => Promise<void>; export declare const createDebugLog: (debug?: boolean) => (...data: any[]) => void; export declare const typedObjectKeys: <T extends Record<string | number, any>>(obj: T) => (keyof T)[]; //# sourceMappingURL=utils.d.ts.map