The caller of executeMessage() or the submitExtrinsic() function might be interested in the hash of the extrinsic so that they can check the extrinsic on a blockchain explorer. These functions currently don't expose the necessary data and we should change that.
The caller of
executeMessage()
or thesubmitExtrinsic()
function might be interested in the hash of the extrinsic so that they can check the extrinsic on a blockchain explorer. These functions currently don't expose the necessary data and we should change that.This is required for https://github.com/pendulum-chain/portal/issues/471.