UNPKG

@trezor/connect

Version:

High-level javascript interface for Trezor hardware wallet.

4 lines 238 B
import type { IFrameCallMessage } from '../events'; import type { AbstractMethod } from './AbstractMethod'; export declare const getMethod: (message: IFrameCallMessage) => Promise<AbstractMethod<any>>; //# sourceMappingURL=method.d.ts.map