Mark Spanbroek 6b57e56a39 abi decoding of simple custom errors
Only supports errors without arguments for now
2024-05-21 13:19:24 +02:00

13 lines
251 B
Nim

import ./testProviders
import ./testContracts
import ./testReturns
import ./testEnums
import ./testEvents
import ./testWallet
import ./testTesting
import ./testErc20
import ./testGasEstimation
import ./testErrorDecoding
{.warning[UnusedImport]:off.}