Describe the bug
In order to estimate the fee of a transaction involving multiple inputs, I need to pass the list of inputs to the estimate_fee_for_transaction, but the function doesn't have an extra_parameters argument. create_transaction has it: I think the 2 functions should have very similar signatures
Versions (please complete the following information):
- Python Version: 3.11
- fireblocks-sdk version: 1.20.0
Describe the bug
In order to estimate the fee of a transaction involving multiple inputs, I need to pass the list of inputs to the
estimate_fee_for_transaction, but the function doesn't have anextra_parametersargument.create_transactionhas it: I think the 2 functions should have very similar signaturesVersions (please complete the following information):