pub struct GetLastStateProofBuilder { /* private fields */ }
Implementations§
Source§impl GetLastStateProofBuilder
impl GetLastStateProofBuilder
pub const FIELD_COUNT: usize = 6usize
pub fn last_hash(self, v: Byte32) -> Self
pub fn start_hash(self, v: Byte32) -> Self
pub fn start_number(self, v: Uint64) -> Self
pub fn last_n_blocks(self, v: Uint64) -> Self
pub fn difficulty_boundary(self, v: Uint256) -> Self
pub fn difficulties(self, v: Uint256Vec) -> Self
Trait Implementations§
Source§impl Builder for GetLastStateProofBuilder
impl Builder for GetLastStateProofBuilder
Source§impl Debug for GetLastStateProofBuilder
impl Debug for GetLastStateProofBuilder
Source§impl Default for GetLastStateProofBuilder
impl Default for GetLastStateProofBuilder
Source§fn default() -> GetLastStateProofBuilder
fn default() -> GetLastStateProofBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for GetLastStateProofBuilder
impl RefUnwindSafe for GetLastStateProofBuilder
impl Send for GetLastStateProofBuilder
impl Sync for GetLastStateProofBuilder
impl Unpin for GetLastStateProofBuilder
impl UnwindSafe for GetLastStateProofBuilder
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