Module native

Source

Structsยง

Address
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.
BoundedVec
Wrapper around a Vec that provides a max length bound on read.