This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
nim-ethers
Watch
1
Star
0
Fork
0
You've already forked nim-ethers
mirror of
https://github.com/logos-storage/nim-ethers.git
synced
2026-04-21 02:43:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nim-ethers
/
ethers
/
wallet.nim
3 lines
38 B
Nim
Raw
Normal View
History
Unescape
Escape
Refactor exceptions for providers and signers, fix more tests - 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
2024-01-29 22:20:48 +11:00
import
.
/
signers
/
wallet
Add Wallet functionality
2022-07-12 20:23:43 +02:00
Refactor exceptions for providers and signers, fix more tests - 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
2024-01-29 22:20:48 +11:00
export
wallet
Reference in New Issue
Copy Permalink