You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along with the caller of the message we could also make available to the method body
availableCycles the cycles sent along with the message
rawArguments the undecoded Candid message
deadline for best-effort calls ("response due")
maybe others?
It would also be interesting to specify a minimumCycles = 10_000 there, which would immediately check (before Candid decoding) if the message has enough cycles for the method to perform its work. This would be useful for pay-for-work canisters.
The text was updated successfully, but these errors were encountered:
Along with the
caller
of the message we could also make available to the method bodyavailableCycles
the cycles sent along with the messagerawArguments
the undecoded Candid messagedeadline
for best-effort calls ("response due")It would also be interesting to specify a
minimumCycles = 10_000
there, which would immediately check (before Candid decoding) if the message has enough cycles for the method to perform its work. This would be useful for pay-for-work canisters.The text was updated successfully, but these errors were encountered: