UNPKG

@coinbase/onchaintestkit

Version:

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

7 lines (6 loc) 246 B
import { Page } from "@playwright/test"; /** * Helper function to input transaction details in the send transaction form * @param page - The Playwright page object */ export declare function inputTransactionDetails(page: Page): Promise<void>;