UNPKG

synkrokonn-dev

Version:

Plugin-based cross-chain orchestration middleware for Web3 enterprise automation.

7 lines (6 loc) 193 B
export const AuditLoggerPlugin = { async onEvent(eventName, payload) { console.log(`[AUDIT] ${eventName}:`, JSON.stringify(payload)); // Later: write to file or DB } };