Documentation
    Preparing search index...

    Interface IProtoMessage

    Interface matching the protobuf library. Field types matches the protobuf type over the wire

    interface IProtoMessage {
        contentTopic: string;
        ephemeral: undefined | boolean;
        meta: undefined | Uint8Array<ArrayBufferLike>;
        payload: Uint8Array;
        rateLimitProof: undefined | IRateLimitProof;
        timestamp: undefined | bigint;
        version: undefined | number;
    }
    Index

    Properties

    contentTopic: string
    ephemeral: undefined | boolean
    meta: undefined | Uint8Array<ArrayBufferLike>
    payload: Uint8Array
    rateLimitProof: undefined | IRateLimitProof
    timestamp: undefined | bigint
    version: undefined | number