Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Extra information in CreateTransactionResponse

Compare
Choose a tag to compare
@gagbo gagbo released this 22 Mar 10:30
e515b97

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