Documentation
    Preparing search index...

    Interface ITopicOnlyMessage

    interface ITopicOnlyMessage {
        contentTopic: string;
        ephemeral: undefined;
        hash: Uint8Array;
        hashStr: string;
        meta: undefined;
        payload: Uint8Array;
        pubsubTopic: string;
        rateLimitProof: undefined;
        timestamp: undefined;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentTopic: string
    ephemeral: undefined
    hash: Uint8Array
    hashStr: string
    meta: undefined
    payload: Uint8Array
    pubsubTopic: string
    rateLimitProof: undefined
    timestamp: undefined
    version: number