ODCinterfacesomnichain

IAccessManagerOmnichainReceiver

remoteApproveDataManager

function remoteApproveDataManager(DataPoint dp, OmnichainAddress dm, bool approved, OmnichainAddress sender) external

Approves a DataManager for a DataPoint allocated on another chain

This call MUST be executed by trusted contract, like OmnichainProxy

Parameters

NameTypeDescription
dpDataPointDataPoint
dmOmnichainAddressDataManager
approvedboolapprove (true) or remove approval (false)
senderOmnichainAddressAddress of original sender of approve request

On this page