5 #ifndef BITCOIN_QT_PSBTOPERATIONSDIALOG_H 6 #define BITCOIN_QT_PSBTOPERATIONSDIALOG_H 30 void signTransaction();
31 void broadcastTransaction();
32 void copyToClipboard();
33 void saveTransaction();
36 Ui::PSBTOperationsDialog*
m_ui;
48 void updateTransactionDisplay();
50 void showStatus(
const QString &msg,
StatusLevel level);
54 #endif // BITCOIN_QT_PSBTOPERATIONSDIALOG_H
Dialog showing transaction details.
A version of CTransaction with the PSBT format.
ClientModel * m_client_model
Ui::PSBTOperationsDialog * m_ui
PartiallySignedTransaction m_transaction_data
Model for Bitcoin network client.
Interface to Bitcoin wallet from Qt view code.
WalletModel * m_wallet_model