Struct bitcoin_qt::PSBTOperationsDialog
source · pub struct PSBTOperationsDialog { /* private fields */ }
Expand description
| Dialog showing transaction details. |
Implementations§
source§impl PSBTOperationsDialog
impl PSBTOperationsDialog
pub fn new( parent: *mut u32, wallet_model: *mut WalletModel, client_model: *mut ClientModel ) -> Self
pub fn open_withpsbt(&mut self, psbtx: PartiallySignedTransaction)
pub fn sign_transaction(&mut self)
pub fn broadcast_transaction(&mut self)
pub fn copy_to_clipboard(&mut self)
pub fn save_transaction(&mut self)
pub fn update_transaction_display(&mut self)
pub fn render_transaction( &mut self, psbtx: &PartiallySignedTransaction ) -> String
pub fn show_status(&mut self, msg: &String, level: StatusLevel)
pub fn could_sign_inputs(&mut self, psbtx: &PartiallySignedTransaction) -> usize
pub fn show_transaction_status(&mut self, psbtx: &PartiallySignedTransaction)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PSBTOperationsDialog
impl !Send for PSBTOperationsDialog
impl !Sync for PSBTOperationsDialog
impl Unpin for PSBTOperationsDialog
impl !UnwindSafe for PSBTOperationsDialog
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more