UNPKG
@htsoft/reactjs-hooks
Version:
latest (1.0.4)
next (1.0.1-0)
1.0.4
1.0.3
1.0.2
1.0.1-0
1.0.0
NFT information hepler for ReactJS
github.com/jack-ht/aiza-react-hooks
jack-ht/aiza-react-hooks
@htsoft/reactjs-hooks
/
dist
/
constants
/
networks.d.ts
6 lines
(5 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
declare
type
NetworkNames
=
'MAINNET'
|
'RINKEBY'
;
declare
type
NetworkIDs
=
'1'
|
'4'
|
'137'
;
declare
const
Networks
:
Record
<
NetworkNames
,
NetworkIDs
>;
export
{
Networks
};
export
type
{
NetworkIDs
};