IClientReceiverContract
Last updated
Last updated
The IClientReceiverContract
interface extends IAsterizmEnv interface and facilitates cross-chain communication by receiving payloads and handling transfer results.
Receives a payload from the initializer.
Parameters: _dto (
IzAsterizmReceiveRequestDto
)
Handles payload reception from the client server.
Parameters: _srcChainId (uint64)
, _srcAddress (uint)
, _txId (uint)
, _transferHash (bytes32)
, _payload (bytes)
Notifies the status of a transfer result.
Parameters: _transferHash (bytes32)
, _statusCode (uint8)