|
@ -18,7 +18,7 @@ import type { NJSAccount, NJSOperation } from '@ledgerhq/ledger-core/src/ledgerc |
|
|
type Props = { |
|
|
type Props = { |
|
|
devicePath: string, |
|
|
devicePath: string, |
|
|
currencyId: string, |
|
|
currencyId: string, |
|
|
onAccountScanned: AccountRaw => *, |
|
|
onAccountScanned: AccountRaw => void, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export function scanAccountsOnDevice(props: Props): Promise<AccountRaw[]> { |
|
|
export function scanAccountsOnDevice(props: Props): Promise<AccountRaw[]> { |
|
|