@xylabs/sdk-react
    Preparing search index...

    Variable useEthWalletApiInstanceConst

    useEthWalletApiInstance: (
        connector: EthWalletConnectorBase,
    ) => {
        error: Error | undefined;
        ethWalletApiInstance: EthWalletApiInstance;
    }

    A wrapper for the Ethereum wallet connection that adds functionality that is not supported by the BrowserProvider class directly.

    Metamask in particular supports many wallet_* rpc calls have their own EIP-* proposal. See - https://docs.metamask.io/wallet/reference/json-rpc-methods/

    Type Declaration