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

View File

@ -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