Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ ToByteVector
Function
ToByteVector
src/script/script.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
template <typename T>
41
std::vector<unsigned char> ToByteVector(const T& in)
42
{
43
return std::vector<unsigned char>(in.begin(), in.end());
44
}
45
46
/** Script opcodes */
47
enum opcodetype
Callers
13
CreateNewBlockWithKey
Method · 0.85
GetScriptForMining
Method · 0.85
operator()
Method · 0.85
GetScriptForMultisig
Function · 0.85
SignStep
Function · 0.85
ProduceSignature
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
SetupDummyInputs
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
TestBuilder
Method · 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
7
BOOST_AUTO_TEST_CASE
Function · 0.68
SetupDummyInputs
Function · 0.68
BOOST_AUTO_TEST_CASE
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