UNPKG

viem

Version:

TypeScript Interface for Ethereum

4 lines 315 B
export { type ConnectErrorType, type ConnectParameters, type ConnectReturnType, connect, } from './actions/connect.js'; export { type DisconnectErrorType, disconnect, } from './actions/disconnect.js'; export { type Erc7846Actions, erc7846Actions } from './decorators/erc7846.js'; //# sourceMappingURL=index.d.ts.map