UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

10 lines 323 B
import { PROTO } from '../constants'; import { AbstractMethod } from '../core/AbstractMethod'; export default class UnlockPath extends AbstractMethod<'unlockPath', PROTO.UnlockPath> { init(): void; run(): Promise<{ address_n: number[]; mac: string; }>; } //# sourceMappingURL=unlockPath.d.ts.map