IInitializerReceiver

The IInitializerReceiver interface defines methods for receiving payloads from a translator and handling transfer result notifications. It extends IAsterizmEnv and IConfig interfaces.

Functions

receivePayload

Receives a payload from the translator.

Parameters: _dto (IzReceivePayloadRequestDto)

transferSendingResultNotification

Notifies the result of a transfer to a target client contract.

Parameters: _targetAddress (address), _transferHash (bytes32), _statusCode (uint8)

Last updated