[][src]Module ethcontract::abicompat

This module implements compatibility conversions between ethabi@9.0 which is used by web3 and ethabi@11.0 which is the latest. Unfortunately there are important fixes in the new version so this compatibility layer is necessary until a new web3 version with the latest ethabi is released.

Traits

AbiCompat

A compatibility trait implemented for converting between ethabi@9.0 and ethabi@11.0 types.