updateWhiteList
function in the WhiteListManager contract, the user will mark a certain address as whitelisted, effectively adding it to the whitelistedAccounts
list. Said address must have previously passed the KYC check with an external partner (e.g. one of partner custodians etc.). updateWhiteList
function. The call will fail if the caller's address has not been assigned a Manager role. addManager
function in the WhiteListManager contract, the user will assign the Manager role to a certain Ethereum address. addManager
function. The call will fail if the caller's address has not been assigned an Admin role. removeManager
function in the WhiteListManager contract, the user will revoke the Manager role from a certain Ethereum address. removeManager
function. The call will fail if the caller's address has not been assigned an Admin role.