The IInitializerReceiver interface defines methods for receiving payloads from a translator and handling transfer result notifications. It extends IAsterizmEnv and IConfig interfaces.
IInitializerReceiver
Receives a payload from the translator.
Parameters: _dto (IzReceivePayloadRequestDto)
_dto (
IzReceivePayloadRequestDto
)
Notifies the result of a transfer to a target client contract.
Parameters: _targetAddress (address), _transferHash (bytes32), _statusCode (uint8)
_targetAddress (address)
_transferHash (bytes32)
_statusCode (uint8)
Last updated 1 year ago