Documentation
    Preparing search index...

    Interface EIP6963RequestProviderEvent

    Event type to request EIP-1193 Providers.

    interface EIP6963RequestProviderEvent {
        type: "eip6963:requestProvider";
    }

    Hierarchy

    • Event
      • EIP6963RequestProviderEvent
    Index

    Properties

    Properties

    type: "eip6963:requestProvider"

    Returns the type of event, e.g. "click", "hashchange", or "submit".

    MDN Reference