UNPKG

@coinbase/onchaintestkit

Version:

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

6 lines (5 loc) 105 B
export type WalletConfig = { password?: string; seedPhrase?: string; privateKey?: string; };