@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface DebugLogEntry

    Structured debug log entry emitted during protocol and governance interactions

    interface DebugLogEntry {
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    type: string