aeternity / aepp-sdk-go

Golang SDK to interact with the Æternity blockchain
ISC License
18 stars 10 forks source link

Accurate Fee Calculation (not estimation anymore) #106

Closed randomshinichi closed 4 years ago

randomshinichi commented 5 years ago

Fee calculation can change because if you set the fee, the length of the fee field itself may cause the size of the transaction to change. Make sure that the fee calculated at the end is ready to use.