Include wallet in library

This commit is contained in:
Jackie 2022-07-12 20:26:39 +02:00 committed by markspanbroek
parent 2c9eb595d2
commit b5888a53a6
1 changed files with 2 additions and 0 deletions

View File

@ -2,8 +2,10 @@ import ./ethers/provider
import ./ethers/signer
import ./ethers/providers/jsonrpc
import ./ethers/contract
import ./ethers/wallet
export provider
export signer
export jsonrpc
export contract
export wallet