pub struct SendTransactionProgress {
pub confirmed_transactions: usize,
pub total_transactions: usize,
pub block_height: u64,
pub last_valid_block_height: u64,
}
Fields§
§confirmed_transactions: usize
§total_transactions: usize
§block_height: u64
§last_valid_block_height: u64
Implementations§
source§impl SendTransactionProgress
impl SendTransactionProgress
pub fn set_message_for_confirmed_transactions( &self, progress_bar: &ProgressBar, status: &str )
Trait Implementations§
source§impl Debug for SendTransactionProgress
impl Debug for SendTransactionProgress
source§impl Default for SendTransactionProgress
impl Default for SendTransactionProgress
source§fn default() -> SendTransactionProgress
fn default() -> SendTransactionProgress
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SendTransactionProgress
impl Send for SendTransactionProgress
impl Sync for SendTransactionProgress
impl Unpin for SendTransactionProgress
impl UnwindSafe for SendTransactionProgress
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more