mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +00:00
import/export serde
This commit is contained in:
parent
5f64bbc05b
commit
fcd9bbb9b9
@ -3,6 +3,7 @@ import std/sequtils
|
||||
import std/strutils
|
||||
import pkg/chronos
|
||||
import pkg/json_rpc/rpcclient
|
||||
import pkg/serde
|
||||
import ../../basics
|
||||
import ../../provider
|
||||
include ../../nimshims/hashes
|
||||
@ -10,6 +11,8 @@ import ./rpccalls
|
||||
import ./conversions
|
||||
import ./looping
|
||||
|
||||
export serde
|
||||
|
||||
type
|
||||
JsonRpcSubscriptions* = ref object of RootObj
|
||||
client: RpcClient
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user