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