mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-22 23:43:08 +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
86 B
Nim
3 lines
86 B
Nim
import ../providers/jsonrpc
|
|
|
|
export provider, getAddress, signMessage, sendTransaction |