Skip to content

Commit fcd9bbb

Browse files
committed
import/export serde
1 parent 5f64bbc commit fcd9bbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ethers/providers/jsonrpc/subscriptions.nim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ import std/sequtils
33
import std/strutils
44
import pkg/chronos
55
import pkg/json_rpc/rpcclient
6+
import pkg/serde
67
import ../../basics
78
import ../../provider
89
include ../../nimshims/hashes
910
import ./rpccalls
1011
import ./conversions
1112
import ./looping
1213

14+
export serde
15+
1316
type
1417
JsonRpcSubscriptions* = ref object of RootObj
1518
client: RpcClient

0 commit comments

Comments
 (0)