Compute the BIP341 tapleaf hash from leaf version & script.
Declared in <script/interpreter.h>
uint256
ComputeTapleafHash(
uint8_t leaf_version,
std::span<unsigned char const> script);
The tapleaf hash.
| Name | Description |
|---|---|
| leaf_version | The tapleaf version byte. |
| script | The leaf script. |