Applesauce
    Preparing search index...

    Type Alias RelayReqEoseMessage

    Internal type emitted when the relay sends an EOSE message

    type RelayReqEoseMessage = {
        from: string;
        id: string;
        type: "EOSE";
    }
    Index

    Properties

    Properties

    from: string
    id: string
    type: "EOSE"