UNPKG

@m3s/smart-contract

Version:

A modular toolkit for generating, compiling, deploying, and interacting with Ethereum-compatible smart contracts

6 lines 355 B
export * from './types/index.js'; export * from './enums/index.js'; export * from './interfaces/index.js'; // ✅ Re-export common types and utilities for adapter developers export { AdapterError, SmartContractErrorCode, registry, RuntimeEnvironment, WalletErrorCode, NetworkHelper, PrivateKeyHelper } from '@m3s/common'; //# sourceMappingURL=index.js.map