UNPKG

@coinbase/onchaintestkit

Version:

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

5 lines (4 loc) 283 B
import type { Page } from "@playwright/test"; import type { SupportedChain } from "../../../types"; export declare function importPrivateKey(page: Page, privateKey: string, password: string, chain?: SupportedChain, // Default to Base instead of Solana name?: string): Promise<void>;