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.esm
/
networks.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
import
{ ethers }
from
"ethers"
;
export
declare
function
getNetwork
(
network?: ethers.providers.Networkish
):
null
| ethers.
providers
.
Network
;