Skip to main content
type UnknownRequest = {
  method: string;
  params: unknown[];
};
A request to the EIP-1193 provider that we can’t strongly type

Properties

PropertyType
methodstring
paramsunknown[]