UNPKG

@coinbase/onchaintestkit

Version:

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

6 lines (5 loc) 203 B
import type { Page } from "@playwright/test"; export declare const spendingCapRemoval: { confirm: (notificationPage: Page) => Promise<void>; reject: (notificationPage: Page) => Promise<void>; };