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

Properties

PropertyType
method"eth_chainId"
params[]