setXfaiCore

This method assigns a new core contract to the DEX. Can only be called by the contract owner.

Function

function setXfaiCore(
    address _core
) external;

Parameters

ParameterDescription

_core

The address of the new Xfai core

Last updated