Expand description
Module containing a contract’s types and functions.
contract Bitwise {
function testBitwise() public pure { <stmts> }
}
Structs§
- test
Bitwise Call - Function with signature
testBitwise()
and selector0xcf9b9c17
. - test
Bitwise Return - Container type for the return parameters of the
testBitwise()
function.
Enums§
- Bitwise
Calls - Container for all the
Bitwise
function calls.