![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <clientversion.h>
#include <coins.h>
#include <consensus/amount.h>
#include <consensus/consensus.h>
#include <core_io.h>
#include <key_io.h>
#include <policy/policy.h>
#include <policy/rbf.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <script/sign.h>
#include <script/signingprovider.h>
#include <univalue.h>
#include <util/moneystr.h>
#include <util/rbf.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/system.h>
#include <util/translation.h>
#include <functional>
#include <memory>
#include <stdio.h>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Classes | |
class | Secp256k1Init |
Functions | |
static void | SetupBitcoinTxArgs (ArgsManager &argsman) |
static int | AppInitRawTx (int argc, char *argv[]) |
static void | RegisterSetJson (const std::string &key, const std::string &rawJson) |
static void | RegisterSet (const std::string &strInput) |
static void | RegisterLoad (const std::string &strInput) |
static CAmount | ExtractAndValidateValue (const std::string &strValue) |
static void | MutateTxVersion (CMutableTransaction &tx, const std::string &cmdVal) |
static void | MutateTxLocktime (CMutableTransaction &tx, const std::string &cmdVal) |
static void | MutateTxRBFOptIn (CMutableTransaction &tx, const std::string &strInIdx) |
template<typename T > | |
static T | TrimAndParse (const std::string &int_str, const std::string &err) |
static void | MutateTxAddInput (CMutableTransaction &tx, const std::string &strInput) |
static void | MutateTxAddOutAddr (CMutableTransaction &tx, const std::string &strInput) |
static void | MutateTxAddOutPubKey (CMutableTransaction &tx, const std::string &strInput) |
static void | MutateTxAddOutMultiSig (CMutableTransaction &tx, const std::string &strInput) |
static void | MutateTxAddOutData (CMutableTransaction &tx, const std::string &strInput) |
static void | MutateTxAddOutScript (CMutableTransaction &tx, const std::string &strInput) |
static void | MutateTxDelInput (CMutableTransaction &tx, const std::string &strInIdx) |
static void | MutateTxDelOutput (CMutableTransaction &tx, const std::string &strOutIdx) |
static bool | findSighashFlags (int &flags, const std::string &flagStr) |
static CAmount | AmountFromValue (const UniValue &value) |
static void | MutateTxSign (CMutableTransaction &tx, const std::string &flagStr) |
static void | MutateTx (CMutableTransaction &tx, const std::string &command, const std::string &commandVal) |
static void | OutputTxJSON (const CTransaction &tx) |
static void | OutputTxHash (const CTransaction &tx) |
static void | OutputTxHex (const CTransaction &tx) |
static void | OutputTx (const CTransaction &tx) |
static std::string | readStdin () |
static int | CommandLineRawTx (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Variables | |
static bool | fCreateBlank |
static std::map< std::string, UniValue > | registers |
static const int | CONTINUE_EXECUTION =-1 |
const std::function< std::string(const char *)> | G_TRANSLATION_FUN = nullptr |
Translate string to current locale using Qt. More... | |
static const unsigned int | N_SIGHASH_OPTS = 7 |
static const struct { ... } | sighashOptions [N_SIGHASH_OPTS] |
Definition at line 550 of file bitcoin-tx.cpp.
|
static |
Definition at line 82 of file bitcoin-tx.cpp.
|
static |
Definition at line 790 of file bitcoin-tx.cpp.
|
static |
Definition at line 190 of file bitcoin-tx.cpp.
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
Definition at line 691 of file bitcoin-tx.cpp.
|
static |
Definition at line 248 of file bitcoin-tx.cpp.
|
static |
Definition at line 283 of file bitcoin-tx.cpp.
|
static |
Definition at line 426 of file bitcoin-tx.cpp.
|
static |
Definition at line 352 of file bitcoin-tx.cpp.
|
static |
Definition at line 308 of file bitcoin-tx.cpp.
|
static |
Definition at line 453 of file bitcoin-tx.cpp.
|
static |
Definition at line 498 of file bitcoin-tx.cpp.
|
static |
Definition at line 510 of file bitcoin-tx.cpp.
|
static |
Definition at line 209 of file bitcoin-tx.cpp.
|
static |
Definition at line 218 of file bitcoin-tx.cpp.
|
static |
Definition at line 562 of file bitcoin-tx.cpp.
|
static |
Definition at line 199 of file bitcoin-tx.cpp.
|
static |
Definition at line 762 of file bitcoin-tx.cpp.
|
static |
Definition at line 748 of file bitcoin-tx.cpp.
|
static |
Definition at line 755 of file bitcoin-tx.cpp.
|
static |
Definition at line 739 of file bitcoin-tx.cpp.
|
static |
Definition at line 772 of file bitcoin-tx.cpp.
|
static |
Definition at line 149 of file bitcoin-tx.cpp.
|
static |
Definition at line 134 of file bitcoin-tx.cpp.
|
static |
Definition at line 123 of file bitcoin-tx.cpp.
|
static |
Definition at line 41 of file bitcoin-tx.cpp.
|
static |
Definition at line 37 of file bitcoin-tx.cpp.
|
static |
Definition at line 35 of file bitcoin-tx.cpp.
int flags |
Definition at line 525 of file bitcoin-tx.cpp.
const char* flagStr |
Definition at line 524 of file bitcoin-tx.cpp.
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr |
Translate string to current locale using Qt.
Translate a message to the native language of the user.
Definition at line 39 of file bitcoin-tx.cpp.
|
static |
Definition at line 522 of file bitcoin-tx.cpp.
|
static |
Definition at line 36 of file bitcoin-tx.cpp.
const struct { ... } sighashOptions[N_SIGHASH_OPTS] |