About custom Hash

+2 votes
Hi~

In a scenario where a blockchain is running on embedded devices with performance constraints, I would like to inquire if there is an API or any other method available to customize my own hash function for creating a txid when uploading data to a stream.

Thanks : )
asked Aug 15 by jham
Can you please explain what you want to do in more detail?
The question is I want to change the hash algorithm used in transactions. Is it possible to specify this through an API, or can it only be achieved by modifying the source code?

1 Answer

+1 vote
The hash algorithm used in transactions can only be changed by modifying the source code of MultiChain.
answered Aug 25 by MultiChain
...