Skip to main content

Module IReserveBalance

Module IReserveBalance 

Source
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§

dippedIntoReserveCall
Function with signature dippedIntoReserve() and selector 0x3a61584e.
dippedIntoReserveReturn
Container type for the return parameters of the dippedIntoReserve() function.

Enums§

IReserveBalanceCalls
Container for all the IReserveBalance function calls.