14 #ifndef BITCOIN_WALLET_TYPES_H 15 #define BITCOIN_WALLET_TYPES_H 47 #endif // BITCOIN_WALLET_TYPES_H std::shared_ptr< const CTransaction > CTransactionRef
Never set in current code may be present in older wallet databases.
std::optional< unsigned int > change_pos
int64_t CAmount
Amount in satoshis (Can be negative)
AddressPurpose
Address purpose field that has been been stored with wallet sending and receiving addresses since BIP...
CreatedTransactionResult(CTransactionRef _tx, CAmount _fee, std::optional< unsigned int > _change_pos, const FeeCalculation &_fee_calc)