@dxos/react-client
    Preparing search index...

    Interface GossipMessage

    Defined in: file://./../../../../dxos/mesh/teleport/gossip.proto

    interface GossipMessage {
        channelId: string;
        messageId: PublicKey;
        payload: any;
        peerId: PublicKey;
        timestamp: Date;
    }
    Index

    Properties

    channelId: string

    Used to route different payload types to correct listeners.

    messageId: PublicKey

    Peer tracks what had been sent by message id.

    payload: any
    peerId: PublicKey
    timestamp: Date