Interface representing the details of a provider.

interface ProviderDetail {
    info: ProviderInfo;
    provider: Eip1193A.Provider;
}

Properties

Properties

The information about the provider.

provider: Eip1193A.Provider

The provider instance compliant with EIP-1193.