Module precompile_utils::solidity::codec::native
source · Structs§
- The
address
type of Solidity. H160 could represent 2 types of data (bytes20 and address) that are not encoded the same way. To avoid issues writing H160 is thus not supported. - Wrapper around a Vec that provides a max length bound on read.