Summary

The Grindery wallet provider request arguments

Since

0.2.0

interface ProviderRequestArguments {
    method: "eth_requestAccounts" | "eth_accounts" | "personal_sign" | "eth_sendTransaction" | "gws_disconnect" | "eth_chainId" | "wallet_addEthereumChain" | "wallet_switchEthereumChain";
    params?: ProviderRequestArgumentsParams;
}

Properties

Properties

method: "eth_requestAccounts" | "eth_accounts" | "personal_sign" | "eth_sendTransaction" | "gws_disconnect" | "eth_chainId" | "wallet_addEthereumChain" | "wallet_switchEthereumChain"