CCC Docs
    Preparing search index...

    Interface representing the details of a provider.

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

    Properties

    Properties

    The information about the provider.

    provider: Eip1193A.Provider

    The provider instance compliant with EIP-1193.