Module evm_coder::types

source ·
Expand description

Solidity type definitions (aliases from solidity name to rust type) To be used in solidity_interface definitions, to make sure there is no type conflict between Rust code and generated definitions

Structs

  • Ethereum typed call message, similar to solidity msg object.

Type Definitions