pub struct GetblockhashParams {
pub height: i64,
}Expand description
Returns hash of block in best-block-chain at height provided.
Fields§
§height: i64The height index
Trait Implementations§
Source§impl Debug for GetblockhashParams
impl Debug for GetblockhashParams
Auto Trait Implementations§
impl Freeze for GetblockhashParams
impl RefUnwindSafe for GetblockhashParams
impl Send for GetblockhashParams
impl Sync for GetblockhashParams
impl Unpin for GetblockhashParams
impl UnwindSafe for GetblockhashParams
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