Preparing search index...
The search index is not available
eip1193-types
eip1193-types
MakeRequestMethods
Type Alias MakeRequestMethods<T>
MakeRequestMethods
:
UnionToIntersection
<
RecordToUnion
<
{
[
K
in
keyof
T
]
:
K
extends
string
?
MakeRequestMethod
<
K
,
T
[
K
]
>
:
never
}
,
>
,
>
Type Parameters
T
extends
Record
<
string
,
Method
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
eip1193-types
Loading...