Interface EIP6963AnnounceProviderEvent<TProvider>

Event type to announce an EIP-1193 Provider.

interface EIP6963AnnounceProviderEvent<TProvider = EIP1193Provider> {
    type: "eip6963:announceProvider";
}

Type Parameters

Hierarchy

Properties

Properties

type: "eip6963:announceProvider"

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

MDN Reference