Skip to main content

Module Account

Module Account 

Source
Expand description

Module containing a contract’s types and functions.

contract Account {
    function isApiWalletActive(address wallet) external view returns (bool);
}

Structs§

AccountInstance
A Account instance.
isApiWalletActiveCall
Function with signature isApiWalletActive(address) and selector 0xf6db13f7.
isApiWalletActiveReturn
Container type for the return parameters of the isApiWalletActive(address) function.

Enums§

AccountCalls
Container for all the Account function calls.

Functions§

new
Creates a new wrapper around an on-chain Account contract instance.