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.

8 lines 205 B
export declare class RingBuffer<T> { private readonly max; private readonly data; constructor(sizeMax: number); push(x: T): void; get(): T[]; } //# sourceMappingURL=ring-buffer.d.ts.map