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

Function default_tapleaf

test/functional/feature_taproot.py:196–198  ·  view source on GitHub ↗

Default expression for "tapleaf": looking up leaf in tap[2].

(ctx)

Source from the content-addressed store, hash-verified

194 return SIGHASH_ALL
195
196def default_tapleaf(ctx):
197 """Default expression for "tapleaf": looking up leaf in tap[2]."""
198 return get(ctx, "tap").leaves[get(ctx, "leaf")]
199
200def default_script_taproot(ctx):
201 """Default expression for "script_taproot": tapleaf.script."""

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected