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

Class scriptnum_overflow_error

src/script/script.h:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212bool CheckMinimalPush(const std::vector<uint8_t> &data, opcodetype opcode);
213
214struct scriptnum_overflow_error : public std::runtime_error {
215 explicit scriptnum_overflow_error(const std::string &str)
216 : std::runtime_error(str) {}
217};
218
219struct scriptnum_encoding_error : public std::runtime_error {
220 explicit scriptnum_encoding_error(const std::string &str)

Callers 3

CScriptNumMethod · 0.85
operator+Method · 0.85
operator-Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected