hashgraph / hedera-sdk-rust

The Hedera™ Rust SDK
Apache License 2.0
42 stars 14 forks source link

feat: add #get_cost() to Transaction to estimate transaction fees #799

Closed mehcode closed 5 months ago

mehcode commented 5 months ago

Add the get_cost method to Transaction to estimate the transaction cost.

Running the example

 > transfer estimated cost: 0.00092944 ℏ
 > transfer actual cost: 0.00109385 ℏ