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
Copy file name to clipboardExpand all lines: docs/develop/howto/fees-low-level.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,13 +39,13 @@ You can approximately calculate storage fees for smart contracts using this form
39
39
40
40
Let's examine each value more closely:
41
41
42
-
*`price`—price for storage for `time_delta` seconds
42
+
*`storage_fee`—price for storage for `time_delta` seconds
43
43
*`cells_count`—count of cells used by smart contract
44
44
*`bits_count`—count of bits used by smart contract
45
45
*`cell_price`—price of single cell
46
46
*`bit_price`—price of single bit
47
47
48
-
Both `cell_price` and `bit_price` could be obtained from Network Config [param 18](https://explorer.toncoin.org/config?workchain=-1&shard=8000000000000000&seqno=22185244&roothash=165D55B3CFFC4043BFC43F81C1A3F2C41B69B33D6615D46FBFD2036256756382&filehash=69C43394D872B02C334B75F59464B2848CD4E23031C03CA7F3B1F98E8A13EE05#configparam18).
48
+
Both `cell_price` and `bit_price` could be obtained from Network Config [param 18](/develop/howto/blockchain-configs#param-18).
0 commit comments