UNPKG

@coinbase/onchaintestkit

Version:

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

7 lines (6 loc) 211 B
import type { Page } from "@playwright/test"; export declare class OnboardingPage { readonly page: Page; constructor(page: Page); importWallet(seedPhrase: string, password: string): Promise<void>; }