IDiamondBaseFacetProxyOverride
IDiamondBaseFacetProxyOverride
Works together wiht the `DiamondBaseFacet'. This interface must be implemented by the proxy to directly delegate against the diamond and
diamondBase
function diamondBase() external view returns (address)
Returns the diamondBase which is the diamond the proxy is derived from Make sure this is public when implemented and not external.
Return Values
Name
Type
Description
[0]
address
string The diamondBase.
Was this helpful?