fireblocks / fireblocks-sdk-py

Official Python SDK for Fireblocks API
http://docs.fireblocks.com/api/swagger-ui/
MIT License
51 stars 40 forks source link

`estimate_fee_for_transaction` doesn't support `extraParameters` #115

Open ffissore opened 1 year ago

ffissore commented 1 year ago

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):