UNPKG
@ethers-ancillary/exchain
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
An ethers-compatible provider for OKExChain.
ethers-io/ancillary-exchain
@ethers-ancillary/exchain
/
lib
/
index.d.ts
4 lines
(3 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
import
{
JsonRpcProvider
,
StaticJsonRpcProvider
}
from
"./json-rpc-provider"
;
import
{ getNetwork }
from
"./networks"
;
export
{
JsonRpcProvider
,
StaticJsonRpcProvider
, getNetwork, };