mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-04 06:33:07 +00:00
Include wallet in library
This commit is contained in:
parent
2c9eb595d2
commit
b5888a53a6
@ -2,8 +2,10 @@ import ./ethers/provider
|
|||||||
import ./ethers/signer
|
import ./ethers/signer
|
||||||
import ./ethers/providers/jsonrpc
|
import ./ethers/providers/jsonrpc
|
||||||
import ./ethers/contract
|
import ./ethers/contract
|
||||||
|
import ./ethers/wallet
|
||||||
|
|
||||||
export provider
|
export provider
|
||||||
export signer
|
export signer
|
||||||
export jsonrpc
|
export jsonrpc
|
||||||
export contract
|
export contract
|
||||||
|
export wallet
|
||||||
Loading…
x
Reference in New Issue
Block a user