Available on crate feature
monad only.Expand description
Module containing a contract’s types and functions.
interface IReserveBalance {
function dippedIntoReserve() external returns (bool dipped);
}Modules§
- abi
- Contains dynamic ABI definitions for this contract.
Structs§
- dipped
Into Reserve Call - Function with signature
dippedIntoReserve()and selector0x3a61584e. - dipped
Into Reserve Return - Container type for the return parameters of the
dippedIntoReserve()function.
Enums§
- IReserve
Balance Calls - Container for all the
IReserveBalancefunction calls.