Expand description
Module containing a contract’s types and functions.
interface ISafe {
function nonce() external view returns (uint256);
}Structs§
- ISafe
Instance - A
ISafeinstance. - nonce
Call - Function with signature
nonce()and selector0xaffed0e0. - nonce
Return - Container type for the return parameters of the
nonce()function.
Enums§
- ISafe
Calls - Container for all the
ISafefunction calls.