PIVX Core  5.6.99
P2P Digital Currency
Classes | Variables
transaction_builder.h File Reference
#include "coins.h"
#include "consensus/params.h"
#include "keystore.h"
#include "optional.h"
#include "primitives/transaction.h"
#include "script/script.h"
#include "script/standard.h"
#include "uint256.h"
#include "sapling/address.h"
#include "sapling/incrementalmerkletree.h"
#include "sapling/note.h"
#include "sapling/noteencryption.h"
Include dependency graph for transaction_builder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SpendDescriptionInfo
 
struct  OutputDescriptionInfo
 
struct  TransparentInputInfo
 
class  TransactionBuilderResult
 
class  TransactionBuilder
 

Variables

const OutputDescription DUMMY_SHIELD_OUT
 
const SpendDescription DUMMY_SHIELD_SPEND
 
const SaplingTxData::binding_sig_t DUMMY_SHIELD_BINDSIG
 

Variable Documentation

◆ DUMMY_SHIELD_BINDSIG

const SaplingTxData::binding_sig_t DUMMY_SHIELD_BINDSIG
extern

Definition at line 100 of file transaction_builder.cpp.

◆ DUMMY_SHIELD_OUT

const OutputDescription DUMMY_SHIELD_OUT
extern

Definition at line 98 of file transaction_builder.cpp.

◆ DUMMY_SHIELD_SPEND

const SpendDescription DUMMY_SHIELD_SPEND
extern

Definition at line 99 of file transaction_builder.cpp.