UNPKG

@lit-protocol/e2e

Version:

Lit Protocol E2E testing package for running comprehensive integration tests

6 lines 265 B
import { Account } from 'viem'; export declare const fundAccount: (recipientAccount: Account, sponsorAccount: Account, networkModule: any, options?: { ifLessThan?: string; thenFundWith?: string; }) => Promise<void>; //# sourceMappingURL=fundAccount.d.ts.map