Expand description
Module containing a contract’s types and functions.
contract Exchange {
function isNonceUsed(address signer, uint256 nonce) external view returns (bool);
}Structs§
- Exchange
Instance - A
Exchangeinstance. - isNonce
Used Call - Function with signature
isNonceUsed(address,uint256)and selector0xcab7e8eb. - isNonce
Used Return - Container type for the return parameters of the
isNonceUsed(address,uint256)function.
Enums§
- Exchange
Calls - Container for all the
Exchangefunction calls.