UNPKG
@digitalnative/ethereum-utils
Version:
latest (1.0.1)
1.0.1
1.0.0
ethereum utils for stnd
standard.tech
digitalnativeinc/additionals
@digitalnative/ethereum-utils
/
dist
/
src
/
Providers
/
InfuraWSProvider.d.ts
4 lines
(3 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
export
=
InfuraWSProvider
;
declare
function
InfuraWSProvider
(
projectId
:
any
,
chainCode
:
any
): ethers.
ethers
.
providers
.
InfuraWebSocketProvider
;
import
ethers =
require
(
"ethers"
);