type UnknownRequest = { method: string; params: unknown[]; };
method
string
params
unknown
Was this page helpful?