This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Extra information in CreateTransactionResponse
As the CreateTransaction service has 2 purposes (setting the change output and serializing), we expose the "setting change output" effect in a parse-able way. We don't want to parse the RawTx again to know the change amount and the total fees for the created transaction
Changes:
- change_amount is added to CreateTransactionResponse
- total_fees is added to CreateTransactionResponse