do not export encoding and decoding functions

This commit is contained in:
Mark Spanbroek 2024-03-20 12:58:46 +01:00 committed by markspanbroek
parent ce63c375f7
commit 80fcb246f6
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ import ./fields
export basics
export provider
export events
export errors
export errors.SolidityError
export errors.errors
logScope:
topics = "ethers contract"