libp2p
    Preparing search index...

    Interface FloodSubEvents

    interface FloodSubEvents {
        message: CustomEvent<Message>;
        "subscription-change": CustomEvent<SubscriptionChangeData>;
    }
    Index

    Properties

    "subscription-change": CustomEvent<SubscriptionChangeData>