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

Function IsPushdataOp

src/script/standard.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108static constexpr bool IsPushdataOp(opcodetype opcode)
109{
110 return opcode > OP_FALSE && opcode <= OP_PUSHDATA4;
111}
112
113static constexpr bool IsValidMultisigKeyCount(int n_keys)
114{

Callers 1

GetMultisigKeyCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected