BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Functions
rawtransaction.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

UniValue SignTransaction (CMutableTransaction &mtx, const UniValue &prevTxs, CBasicKeyStore *keystore, bool tempKeystore, const UniValue &hashType)
 Sign a transaction with the given keystore and previous transactions. More...
 
CMutableTransaction ConstructTransaction (const UniValue &inputs_in, const UniValue &outputs_in, const UniValue &locktime, const UniValue &rbf)
 Create a transaction from univalue parameters. More...
 

Function Documentation

◆ ConstructTransaction()

CMutableTransaction ConstructTransaction ( const UniValue inputs_in,
const UniValue outputs_in,
const UniValue locktime,
const UniValue rbf 
)

Create a transaction from univalue parameters.

Definition at line 336 of file rawtransaction.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SignTransaction()

UniValue SignTransaction ( CMutableTransaction mtx,
const UniValue prevTxs,
CBasicKeyStore keystore,
bool  tempKeystore,
const UniValue hashType 
)

Sign a transaction with the given keystore and previous transactions.

Definition at line 757 of file rawtransaction.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: