5#ifndef BITCOIN_IPC_TEST_FUZZ_IPC_FUZZ_H
6#define BITCOIN_IPC_TEST_FUZZ_IPC_FUZZ_H
18 int add(
int a,
int b) {
return a + b; }
20 std::vector<uint8_t>
passVectorUint8(std::vector<uint8_t> v) { std::reverse(v.begin(), v.end());
return v; }
An outpoint - a combination of a transaction hash and an index n into its vout.
Serialized script, used inside transaction inputs and outputs.
COutPoint passOutPoint(COutPoint o)
std::vector< uint8_t > passVectorUint8(std::vector< uint8_t > v)
CScript passScript(CScript s)
UniValue passUniValue(UniValue v)
CTransactionRef passTransaction(CTransactionRef t)
std::shared_ptr< const CTransaction > CTransactionRef