Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ scriptnum10_error
Class
scriptnum10_error
src/test/scriptnum10.h:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#include <vector>
15
16
class scriptnum10_error : public std::runtime_error
17
{
18
public:
19
explicit scriptnum10_error(const std::string& str) : std::runtime_error(str) {}
20
};
21
22
class CScriptNum10
23
{
Callers
1
CScriptNum10
Method · 0.85
Calls
no outgoing calls
Tested by
1
CScriptNum10
Method · 0.68