Skip to content

Commit 802971a

Browse files
committed
init
1 parent 9591d66 commit 802971a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nimbus_verified_proxy/types.nim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ type
7070
filter*: FilterOptions
7171
blockMarker*: Opt[Quantity]
7272

73+
# TODO: Differentiate errors
74+
VerifiedProxyError = enum
75+
ValidationError
76+
7377
VerifiedRpcProxy* = ref object
7478
evm*: AsyncEvm
7579
proxy*: RpcProxy

0 commit comments

Comments
 (0)