Add an example with the new metadata hash input #391
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Since Polkadot 1.2.5 release, signers can add the metadata hash to a transaction as specified in RFC 78.
Although txwrapper is not a signer, it is supposed to be used in conjunction with signers to construct transactions offline. Hence it will be good to add an example, for example similar to this one, where the metadata hash is added to the transaction before being signed. The open question is how to compute this hash value. My recommendation is not to add extra dependencies to the example and query it from the exposed testing API or similar
The text was updated successfully, but these errors were encountered: