IClientReceiverContract

The IClientReceiverContract interface extends IAsterizmEnv interface and facilitates cross-chain communication by receiving payloads and handling transfer results.

Unexpected error with integration github-files: Integration is not installed on this space

Functions

asterizmIzReceive

Receives a payload from the initializer.

Parameters: _dto (IzAsterizmReceiveRequestDto)

asterizmClReceive

Handles payload reception from the client server.

Parameters: _srcChainId (uint64), _srcAddress (uint), _txId (uint), _transferHash (bytes32), _payload (bytes)

transferSendingResultNotification

Notifies the status of a transfer result.

Parameters: _transferHash (bytes32), _statusCode (uint8)

Last updated