pub struct GetLastStateProof(/* private fields */);
Implementations§
Source§impl GetLastStateProof
impl GetLastStateProof
pub const FIELD_COUNT: usize = 6usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn last_hash(&self) -> Byte32
pub fn start_hash(&self) -> Byte32
pub fn start_number(&self) -> Uint64
pub fn last_n_blocks(&self) -> Uint64
pub fn difficulty_boundary(&self) -> Uint256
pub fn difficulties(&self) -> Uint256Vec
pub fn as_reader<'r>(&'r self) -> GetLastStateProofReader<'r>
Trait Implementations§
Source§impl Clone for GetLastStateProof
impl Clone for GetLastStateProof
Source§fn clone(&self) -> GetLastStateProof
fn clone(&self) -> GetLastStateProof
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetLastStateProof
impl Debug for GetLastStateProof
Source§impl Default for GetLastStateProof
impl Default for GetLastStateProof
Source§impl Display for GetLastStateProof
impl Display for GetLastStateProof
Source§impl Entity for GetLastStateProof
impl Entity for GetLastStateProof
const NAME: &'static str = "GetLastStateProof"
type Builder = GetLastStateProofBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Source§impl From<GetLastStateProof> for LightClientMessageUnion
impl From<GetLastStateProof> for LightClientMessageUnion
Source§fn from(item: GetLastStateProof) -> Self
fn from(item: GetLastStateProof) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for GetLastStateProof
impl RefUnwindSafe for GetLastStateProof
impl Send for GetLastStateProof
impl Sync for GetLastStateProof
impl Unpin for GetLastStateProof
impl UnwindSafe for GetLastStateProof
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)