MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / scriptnum_encoding_error

Class scriptnum_encoding_error

src/script/script.h:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217};
218
219struct scriptnum_encoding_error : public std::runtime_error {
220 explicit scriptnum_encoding_error(const std::string &str)
221 : std::runtime_error(str) {}
222};
223
224class CScriptNum {
225 /**

Callers 1

CScriptNumMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected