zksync-ethers
Version:
A Web3 library for interacting with the ZkSync Layer 2 scaling solution.
8 lines • 431 B
JavaScript
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';
//# sourceMappingURL=index.js.map