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
In the readonly call smart contract, we can see all the change applied to the ledger, based on that we can compute the storage cost of the operation sum all added byte (+4), and substract the remoced byte.
the function readSmartContract can return the result given by the node along side the storage cost of the operation.
The text was updated successfully, but these errors were encountered:
In the readonly call smart contract, we can see all the change applied to the ledger, based on that we can compute the storage cost of the operation sum all added byte (+4), and substract the remoced byte.
the function
readSmartContract
can return the result given by the node along side the storage cost of the operation.The text was updated successfully, but these errors were encountered: