ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias ProtocolLevelNotificationExperimental

    A JSON-RPC notification object.

    type ProtocolLevelNotification = {
        method: string;
        params?: CancelRequestNotification | null;
    }
    Index
    method: string

    The notification method name.

    Method-specific notification parameters.