Module IBartender

Module IBartender 

Expand description

Module containing a contract’s types and functions.

interface IBartender {
    function register(address, address[] memory, bytes32, string memory) external;
}

Structs§

registerCall
Function with signature register(address,address[],bytes32,string) and selector 0xad527a59.
registerReturn
Container type for the return parameters of the register(address,address[],bytes32,string) function.

Enums§

IBartenderCalls
Container for all the IBartender function calls.