Documentation
    Preparing search index...

    Interface IMessage

    Interface for messages to encode and send.

    interface IMessage {
        payload: Uint8Array;
        rateLimitProof?: IRateLimitProof;
        timestamp?: Date;
    }
    Index

    Properties

    payload: Uint8Array
    rateLimitProof?: IRateLimitProof
    timestamp?: Date