Skip to main content

ISpokeCoreRegistry

Git Source

Inherits: ICoreRegistry

Functions

caliberMailboxBeacon

Address of the caliber mailbox beacon.

function caliberMailboxBeacon() external view returns (address);

setCaliberMailboxBeacon

Sets the caliber mailbox beacon address.

function setCaliberMailboxBeacon(address _caliberMailboxBeacon) external;

Parameters

NameTypeDescription
_caliberMailboxBeaconaddressThe caliber mailbox beacon address.

Events

CaliberMailboxBeaconChanged

event CaliberMailboxBeaconChanged(address indexed oldCaliberMailboxBeacon, address indexed newCaliberMailboxBeacon);