UNPKG

@coinbase/onchaintestkit

Version:

End-to-end testing toolkit for blockchain applications, powered by Playwright

6 lines (5 loc) 223 B
import type { Page } from "@playwright/test"; /** * Main wallet import orchestrator with different flow management */ export declare function importWallet(page: Page, seedPhrase: string, password: string): Promise<void>;