Module IBartender
Expand description
Module containing a contract’s types and functions.
interface IBartender {
function register(address, address[] memory, bytes32, string memory) external;
}Structs§
- register
Call - Function with signature
register(address,address[],bytes32,string)and selector0xad527a59. - register
Return - Container type for the return parameters of the
register(address,address[],bytes32,string)function.
Enums§
- IBartender
Calls - Container for all the
IBartenderfunction calls.