concordium-node-sdk-js
concordium-node-sdk-js copied to clipboard
Estimate smart-contract update energy costs
We should provide functions for computing an estimate of energy usage needed for running an update transaction for a smart contract on chain.
The function should take the information needed for the update and use invokeContract
to compute the energy cost.