neodix42 / ton4j

Java libraries for interacting with TON blockchain.
GNU General Public License v3.0
28 stars 10 forks source link

How to calculate the commission for a transfer transaction from a V4R2 wallet #10

Open kolevatykh opened 4 weeks ago

kolevatykh commented 4 weeks ago

How to calculate the commission for a transfer transaction from a V4R2 wallet?

neodix42 commented 3 weeks ago

You can use Tonlib's estimateFee method for that. Take a look a this example https://github.com/neodix42/ton4j/blob/1f5e473b7bf562412790c33c6d983b8197c48eca/smartcontract/src/test/java/org/ton/java/smartcontract/integrationtests/TestWalletV1R3.java#L165