/estimateFee - The Open Network (TON)
Example code for the /estimateFee json-rpc method. Сomplete guide on how to use /estimateFee json-rpc in GetBlock.io Web3 documentation.
Parameters
address
- body
string, required
address in any format
body
- body
string, required
b64-encoded cell with message body
init_code
- body
string, optional
b64-encoded boc-serialized cell with init-code
init_data
- body
string, optional
b64-encoded boc-serialized cell with init-data
ignore_chksig
- body
boolean, optional, default true
If true during test query processing assume that all chksig operations return True
Request
Last updated