UNPKG

zksync-ethers

Version:

A Web3 library for interacting with the ZkSync Layer 2 scaling solution.

8 lines (7 loc) 398 B
export * as utils from './utils'; export * as types from './types'; export { EIP712Signer, Signer, L1Signer, L2VoidSigner, L1VoidSigner, } from './signer'; export { Wallet } from './wallet'; export { SmartAccount, ECDSASmartAccount, MultisigECDSASmartAccount, } from './smart-account'; export { BrowserProvider, Provider } from './provider'; export { ContractFactory, Contract } from './contract';