So in the new dfx release, 0.7.1, you can get the result of a request status request.
What you’d do it is after the send
you’d do send message.json --status
When using
dfx canister sign
to generate a update message, a corresponding request_status message is also signed and append to the json assigned_request_status
. Then after sending the update message, the user can check the request_status usingdfx canister send message.json --status
.
However the result is actually a Certificate
type that you’ll have to paste into cbor.me and decode…this will be improved in the upcoming releases