Documentation
    Preparing search index...

    Interface IRlnMessage

    interface IRlnMessage {
        contentTopic: string;
        ephemeral: undefined | boolean;
        epoch: undefined | number;
        hash: Uint8Array;
        hashStr: string;
        meta: undefined | Uint8Array<ArrayBufferLike>;
        payload: Uint8Array;
        pubsubTopic: string;
        rateLimitProof: undefined | IRateLimitProof;
        timestamp: undefined | Date;
        version: number;
        verify(roots: Uint8Array<ArrayBufferLike>[]): undefined | boolean;
        verifyNoRoot(): undefined | boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Methods

    • Parameters

      • roots: Uint8Array<ArrayBufferLike>[]

      Returns undefined | boolean