UNPKG

@agentic-trust/8004-sdk

Version:

ERC-8004 Trustless Agents SDK - A TypeScript SDK for interacting with ERC-8004 compliant implementations

7 lines 206 B
/** * Ports & Adapters exports * * Core interfaces for chain I/O that business logic depends on */ export { ViemAccountProvider } from './adapters/ViemAccountProvider'; //# sourceMappingURL=index.js.map