Struct bitcoin_qt::TransactionDesc
source · pub struct TransactionDesc { /* private fields */ }
Expand description
| Provide a human-readable extended | HTML description of a transaction. |
Implementations§
source§impl TransactionDesc
impl TransactionDesc
pub fn format_tx_status( &mut self, wtx: &WalletTx, status: &WalletTxStatus, in_mempool: bool, num_blocks: i32 ) -> String
pub fn tohtml( &mut self, node: Rc<RefCell<dyn NodeInterface>>, wallet: Rc<RefCell<dyn WalletInterface>>, rec: *mut TransactionRecord, unit: i32 ) -> String
Auto Trait Implementations§
impl RefUnwindSafe for TransactionDesc
impl Send for TransactionDesc
impl Sync for TransactionDesc
impl Unpin for TransactionDesc
impl UnwindSafe for TransactionDesc
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