Closed mehcode closed 5 months ago
Add the get_cost method to Transaction to estimate the transaction cost.
get_cost
Transaction
Running the example
> transfer estimated cost: 0.00092944 ℏ > transfer actual cost: 0.00109385 ℏ
Add the
get_cost
method toTransaction
to estimate the transaction cost.Running the example