UNPKG
@metamask/keyring-api
Version:
latest (21.3.0)
21.3.0
21.2.0
21.1.0
21.0.0
20.1.1
20.1.0
20.0.0
19.1.0
19.0.0
18.0.0
17.6.0
17.5.0
17.4.0
17.3.0
17.2.1
17.2.0
17.1.0
17.0.0
16.1.0
16.0.0
15.0.0
14.0.0
13.0.0
12.0.0
11.1.0
11.0.0
10.1.0
10.0.0
9.0.0
8.1.3
8.1.2
8.1.1
8.1.0
8.0.2
8.0.1
8.0.0
7.0.0
6.4.0
6.3.1
6.3.0
6.2.1
6.2.0
6.1.1
6.1.0
6.0.0
5.1.0
5.0.0
4.0.2
4.0.1
4.0.0
3.0.0
2.0.0
1.1.0
1.0.0
1.0.0-rc.1
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
MetaMask Keyring API
github.com/MetaMask/keyring-api
MetaMask/keyring-api
@metamask/keyring-api
/
dist
/
api
/
derivation.d.cts
4 lines
•
262 B
text/typescript
View Raw
1
2
3
4
import
type
{
Infer
}
from
"@metamask/superstruct"
;
export
declare
const
DerivationPathStruct
:
import
(
"@metamask/superstruct"
).
Struct
<
`m/
${
string
}
`
,
null
>;
export
type
DerivationPath
=
Infer
<
typeof
DerivationPathStruct
>;
//# sourceMappingURL=derivation.d.cts.map