![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <chainparams.h>#include <chainparamsbase.h>#include <clientversion.h>#include <coins.h>#include <common/args.h>#include <common/system.h>#include <consensus/amount.h>#include <consensus/consensus.h>#include <core_io.h>#include <currencyunit.h>#include <key_io.h>#include <primitives/transaction.h>#include <rpc/util.h>#include <script/script.h>#include <script/sign.h>#include <script/signingprovider.h>#include <util/exception.h>#include <util/fs.h>#include <util/moneystr.h>#include <util/strencodings.h>#include <util/string.h>#include <util/translation.h>#include <univalue.h>#include <cstdio>#include <functional>#include <memory>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 Amount | 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 | MutateTxAddInput (CMutableTransaction &tx, const std::string &strInput) |
| static void | MutateTxAddOutAddr (CMutableTransaction &tx, const std::string &strInput, const CChainParams &chainParams) |
| 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 (SigHashType &sigHashType, const std::string &flagStr) |
| static void | MutateTxSign (CMutableTransaction &tx, const std::string &flagStr) |
| static void | MutateTx (CMutableTransaction &tx, const std::string &command, const std::string &commandVal, const CChainParams &chainParams) |
| 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[], const CChainParams &chainParams) |
| 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 = 12 |
| static const struct { ... } | sigHashOptions [N_SIGHASH_OPTS] |
|
static |
Definition at line 112 of file bitcoin-tx.cpp.
|
static |
Definition at line 806 of file bitcoin-tx.cpp.
|
static |
Definition at line 232 of file bitcoin-tx.cpp.
|
static |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
Definition at line 717 of file bitcoin-tx.cpp.
|
static |
Definition at line 266 of file bitcoin-tx.cpp.
|
static |
Definition at line 305 of file bitcoin-tx.cpp.
|
static |
Definition at line 439 of file bitcoin-tx.cpp.
|
static |
Definition at line 369 of file bitcoin-tx.cpp.
|
static |
Definition at line 331 of file bitcoin-tx.cpp.
|
static |
Definition at line 471 of file bitcoin-tx.cpp.
|
static |
Definition at line 513 of file bitcoin-tx.cpp.
|
static |
Definition at line 526 of file bitcoin-tx.cpp.
|
static |
Definition at line 254 of file bitcoin-tx.cpp.
|
static |
Definition at line 575 of file bitcoin-tx.cpp.
|
static |
Definition at line 241 of file bitcoin-tx.cpp.
|
static |
Definition at line 777 of file bitcoin-tx.cpp.
|
static |
Definition at line 764 of file bitcoin-tx.cpp.
|
static |
Definition at line 771 of file bitcoin-tx.cpp.
|
static |
Definition at line 756 of file bitcoin-tx.cpp.
|
static |
Definition at line 787 of file bitcoin-tx.cpp.
|
static |
Definition at line 191 of file bitcoin-tx.cpp.
|
static |
Definition at line 177 of file bitcoin-tx.cpp.
|
static |
Definition at line 166 of file bitcoin-tx.cpp.
|
static |
Definition at line 44 of file bitcoin-tx.cpp.
|
static |
Definition at line 40 of file bitcoin-tx.cpp.
|
static |
Definition at line 38 of file bitcoin-tx.cpp.
| int flags |
Definition at line 542 of file bitcoin-tx.cpp.
| const char* flagStr |
Definition at line 541 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 42 of file bitcoin-tx.cpp.
|
static |
Definition at line 539 of file bitcoin-tx.cpp.
|
static |
Definition at line 39 of file bitcoin-tx.cpp.
| const struct { ... } sigHashOptions[N_SIGHASH_OPTS] |