Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ ToByteVector
Function
ToByteVector
src/script/script.h:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
template <typename T>
27
std::vector<unsigned char> ToByteVector(const T& in)
28
{
29
return std::vector<unsigned char>(in.begin(), in.end());
30
}
31
32
/** Script opcodes */
33
enum opcodetype
Callers
10
CreateNewBlockWithKey
Function · 0.85
operator()
Method · 0.85
GetScriptForMultisig
Function · 0.85
SignStep
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
SetupDummyInputs
Function · 0.85
TestBuilder
Method · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
6
BOOST_AUTO_TEST_CASE
Function · 0.68
SetupDummyInputs
Function · 0.68
TestBuilder
Method · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68