@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Type Alias Message<T>

    The generic message.

    type Message<T = AnyJson> = {
        metadata: {
            agentId: string;
            blockTimestamp?: number;
            networkId: NetworkURN;
            subscriptionId: string;
            timestamp: number;
            type: string;
        };
        payload: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    metadata: {
        agentId: string;
        blockTimestamp?: number;
        networkId: NetworkURN;
        subscriptionId: string;
        timestamp: number;
        type: string;
    }
    payload: T