Module ERC7821

Module ERC7821 

Source
Expand description

Module containing a contract’s types and functions.

library ERC7821 {
    struct Call { address to; uint256 value; bytes data; }
}

Structs§

Call