pub struct BlockResultsInfo {
pub height: u64,
pub tx_hashes: Vec<String>,
pub events: Vec<EventInfo>,
pub app_hash: String,
}Fields§
§height: u64§tx_hashes: Vec<String>§events: Vec<EventInfo>§app_hash: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for BlockResultsInfo
impl RefUnwindSafe for BlockResultsInfo
impl Send for BlockResultsInfo
impl Sync for BlockResultsInfo
impl Unpin for BlockResultsInfo
impl UnsafeUnpin for BlockResultsInfo
impl UnwindSafe for BlockResultsInfo
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