Skip to content

Issue #425: Simplify wallet method definitions

Łukasz Świszcz requested to merge lswiszcz/simplify-wallet-methods into develop
  • A typedef alias for wallet_serializer_wrapper<annotated_signed_transaction> called wallet_signed_transaction has been defined.
  • The type of tx argument of wallet_signed_transaction wallet_api::sign_transaction method has been changed to const wallet_serializer_wrapper<transaction>&
  • Regression tests have been adjusted

Merge request reports