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

Function simplicity_script_cmr

src/simplicity/elements/elementsJets.c:526–530  ·  view source on GitHub ↗

script_cmr : ONE |- TWO^256 */

Source from the content-addressed store, hash-verified

524
525/* script_cmr : ONE |- TWO^256 */
526bool simplicity_script_cmr(frameItem* dst, frameItem src, const txEnv* env) {
527 (void) src; // src is unused;
528 write32s(dst, env->taproot->scriptCMR.s, 8);
529 return true;
530}
531
532/* transaction_id : ONE |- TWO^256 */
533bool simplicity_transaction_id(frameItem* dst, frameItem src, const txEnv* env) {

Callers

nothing calls this directly

Calls 1

write32sFunction · 0.85

Tested by

no test coverage detected