2021-10-16 09:29:27 +03:00
|
|
|
import u2f from "@ledgerhq/hw-transport-u2f";
|
2020-01-10 11:19:21 +03:00
|
|
|
export declare type TransportCreator = {
|
2021-10-16 09:29:27 +03:00
|
|
|
create: () => Promise<u2f.Transport>;
|
2020-01-10 11:19:21 +03:00
|
|
|
};
|
|
|
|
export declare const transports: {
|
|
|
|
[name: string]: TransportCreator;
|
|
|
|
};
|
2021-01-19 13:22:54 +03:00
|
|
|
//# sourceMappingURL=ledger-transport.d.ts.map
|