Interface: HardwareWalletDiscovery
Defined in: apps/docs/repos/hydra/libraries/hw-common/src/types.ts:40
HardwareWalletDiscovery
Properties
Property | Type | Defined in |
---|---|---|
list | () => Promise <HardwareWalletDescriptor []> | apps/docs/repos/hydra/libraries/hw-common/src/types.ts:43 |
scan | () => Promise <void > | apps/docs/repos/hydra/libraries/hw-common/src/types.ts:41 |
stopScan | (clearDevices? ) => void | apps/docs/repos/hydra/libraries/hw-common/src/types.ts:42 |