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
based on what has been demonstrated in the previous section?
What's the reason of having restriction per transaction for on-chain execution? And is this limit not applicable to off-chain execution (transfer_private)? the maxmimum number of micro-credits your transaction can consume for on-chain execution is 100_000_000.. If your program exceeds this, consider optimizing on-chain components of your Leo code.
Is the testnet3 in url shown in query result correct if the latest API endpoint is http://api.explorer.aleo.org/v1/testnet ?
The text was updated successfully, but these errors were encountered:
should be written as
based on what has been demonstrated in the previous section?
What's the reason of having restriction per transaction for on-chain execution? And is this limit not applicable to off-chain execution (transfer_private)?
the maxmimum number of micro-credits your transaction can consume for on-chain execution is 100_000_000.. If your program exceeds this, consider optimizing on-chain components of your Leo code.
Is the
testnet3
in url shown in query result correct if the latest API endpoint ishttp://api.explorer.aleo.org/v1/testnet
?The text was updated successfully, but these errors were encountered: