スマートコントラクトを呼び出すための運用コスト
-
-
Taquitoが見積もりに役立つかどうか、またはTaquitoがどのように見積もりを行うかを尋ねているかどうかはわかりません. Taquitos `Tezos.estimate.transfer` APIを使用して、スマート転送への呼び出しを見積もることができます.Taquitoは、Tezosノードの推定RPCを照会します.I'm not sure if you are asking if Taquito can help with estimating, or how Taquito estimates. You can use Taquitos `Tezos.estimate.transfer` API to estimate the call to a smart transfer. Taquito will query the Tezos Nodes estimate RPC.
- 0
- 2020-03-04
- Jev Björsell
-
2 回答
- 投票
-
- 2020-02-24
スマートコントラクト呼び出しの全費用とガス使用量を提供する公式はありません.最良の方法はシミュレーションすることです.契約コードのサイズとストレージは、ストレージの書き込みを通じてコストに直接影響します.パラメータサイズは、ガスサイズを通じて間接的に料金に影響します.
参照:
-
概要はこちらTezosではさまざまな料金と火傷があります. -
詳細はこちらストレージとパラメータサイズがコストとガス使用量にどのように影響するかについての詳細な説明. - トランザクションコストの完全なガイドはこちら
There is no formula that will give you the full cost and gas usage of smart contract invocation. The best method is to simulate. Contract code size and storage directly affects costs through storage burn. Parameter size indirectly affect fees through gas size.
See:
- Here for an overview on different fees and burns in Tezos.
- Here for a more detailed description on how storage and parameter size affects costs and gas usage.
- Here for a complete guide to transaction costs.
-
- 2020-06-23
Taquitos見積もりAPIを使用して、実行する前に操作を見積もります.Taquitoは
run_operation
を使用して、RPCから見積もりを取得します.オリジネーション、転送、スマートコントラクトコールを見積もる方法の例を含むドキュメントは、 https://にあります.tezostaquito.io/docs/estimate
You can estimate your operation before executing it using Taquitos estimate API. Taquito uses the
run_operation
to get an estimate from the RPC.You can find documentation with examples on how to estimate originations, transfers and smart contract calls here: https://tezostaquito.io/docs/estimate
スマートコントラクトのコードサイズ/ストレージまたは操作のパラメーターがコストの導出に役立つかどうかを確認したいと思います.
スマートコントラクトを呼び出すための操作のコストを計算する式はありますか?タキトを使用した見積もり転送で、この値をどのように導き出しますか.これは、操作にかなりの費用がかかります.