UNPKG

@onekeyfe/coinselect

Version:

A transaction input selection module for bitcoin.

4 lines 311 B
import { getMutex } from './getMutex'; export declare const getSynchronize: (mutex?: ReturnType<typeof getMutex>) => <T>(action: () => T, lockId?: keyof any) => T extends Promise<unknown> ? T : Promise<T>; export type Synchronize = ReturnType<typeof getSynchronize>; //# sourceMappingURL=getSynchronize.d.ts.map