Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
struct scriptnum_encoding_error : public std::runtime_error {
220
explicit scriptnum_encoding_error(const std::string &str)
221
: std::runtime_error(str) {}
222
};
223
224
class CScriptNum {
225
/**
Callers
1
CScriptNum
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected