mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-13 11:03:06 +00:00
- signer procs raise SignerError, provider procs raise ProviderError - WalletError now inherits from SignerError - move wallet module under signers - create jsonrpo moudle under signers - bump nim-json-rpc for null-handling fixes - All jsonrpc provider tests passing, still need to fix others
3 lines
38 B
Nim
3 lines
38 B
Nim
import ./signers/wallet
|
|
|
|
export wallet |