Skip to main content
type AccountsRequest = {
  method: "eth_accounts";
  params: [];
};
A request to the eth_accounts method.

Properties

PropertyType
method"eth_accounts"
params[]