UNPKG

@lit-protocol/e2e

Version:

Lit Protocol E2E testing package for running comprehensive integration tests

7 lines (6 loc) 255 B
import { Account } from 'viem'; export declare const fundAccount: (recipientAccount: Account | `0x${string}`, sponsorAccount: Account, networkModule: any, options?: { ifLessThan?: string; thenFund?: string; label?: string; }) => Promise<any>;