Documentation
    Preparing search index...

    Interface IDecodedMessage

    interface IDecodedMessage {
        contentTopic: string;
        ephemeral: undefined | boolean;
        hash: Uint8Array;
        hashStr: string;
        meta: undefined | Uint8Array<ArrayBufferLike>;
        payload: Uint8Array;
        pubsubTopic: string;
        rateLimitProof: undefined | IRateLimitProof;
        timestamp: undefined | Date;
        version: number;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    contentTopic: string
    ephemeral: undefined | boolean
    hash: Uint8Array
    hashStr: string
    meta: undefined | Uint8Array<ArrayBufferLike>
    payload: Uint8Array
    pubsubTopic: string
    rateLimitProof: undefined | IRateLimitProof
    timestamp: undefined | Date
    version: number