Enables decoding parameters received through walletconnect. Specifically, decoding sign_message and sign_and_send_transaction parameters are added with this.
Checklist
[x] My code follows the style of this project.
[x] The code compiles without warnings.
[x] I have performed a self-review of the changes.
[x] I have documented my code, in particular the intent of the
hard-to-understand areas.
Purpose
Enables decoding parameters received through walletconnect. Specifically, decoding
sign_message
andsign_and_send_transaction
parameters are added with this.Checklist