From 80fcb246f6de260f4b4aede391861900fb08a2b1 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 20 Mar 2024 12:58:46 +0100 Subject: [PATCH] do not export encoding and decoding functions --- ethers/contract.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ethers/contract.nim b/ethers/contract.nim index ae2b4fe..66a22cf 100644 --- a/ethers/contract.nim +++ b/ethers/contract.nim @@ -14,7 +14,8 @@ import ./fields export basics export provider export events -export errors +export errors.SolidityError +export errors.errors logScope: topics = "ethers contract"