MCPcopy Create free account
hub / github.com/ElementsProject/elements / TaprootSignatureHash

Function TaprootSignatureHash

test/functional/test_framework/script.py:1000–1001  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

998 return ss
999
1000def TaprootSignatureHash(*args, **kwargs):
1001 return TaggedHash("TapSighash/elements", TaprootSignatureMsg(*args, **kwargs))
1002
1003def taproot_tree_helper(scripts):
1004 if len(scripts) == 0:

Callers 2

pegin_testMethod · 0.90
issuance_testMethod · 0.90

Calls 2

TaprootSignatureMsgFunction · 0.85
TaggedHashFunction · 0.70

Tested by

no test coverage detected