mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-05 23:23:08 +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 std/strutils
|
||||||
import pkg/chronos
|
import pkg/chronos
|
||||||
import pkg/json_rpc/rpcclient
|
import pkg/json_rpc/rpcclient
|
||||||
|
import pkg/serde
|
||||||
import ../../basics
|
import ../../basics
|
||||||
import ../../provider
|
import ../../provider
|
||||||
include ../../nimshims/hashes
|
include ../../nimshims/hashes
|
||||||
@ -10,6 +11,8 @@ import ./rpccalls
|
|||||||
import ./conversions
|
import ./conversions
|
||||||
import ./looping
|
import ./looping
|
||||||
|
|
||||||
|
export serde
|
||||||
|
|
||||||
type
|
type
|
||||||
JsonRpcSubscriptions* = ref object of RootObj
|
JsonRpcSubscriptions* = ref object of RootObj
|
||||||
client: RpcClient
|
client: RpcClient
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user