I want to write transactions where two things matter: i) sender's address ii) SHA 256 hash that I want to write
How can I achieve that?
I looked into Bitcoin's transaction types and found out that OP_RETURN is used to write data like transactions and that it is a non-payment type of transaction. I want to know what is the equivalent of this in the Substrate chain?