UNPKG

@coinbase/onchaintestkit

Version:

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

3 lines (2 loc) 153 B
import type { Page } from "@playwright/test"; export declare function importPrivateKey(page: Page, privateKey: string, password: string): Promise<void>;