pub struct SendBlocksProofV1Builder { /* private fields */ }
Implementations§
Source§impl SendBlocksProofV1Builder
impl SendBlocksProofV1Builder
pub const FIELD_COUNT: usize = 6usize
pub fn last_header(self, v: VerifiableHeader) -> Self
pub fn proof(self, v: HeaderDigestVec) -> Self
pub fn headers(self, v: HeaderVec) -> Self
pub fn missing_block_hashes(self, v: Byte32Vec) -> Self
pub fn blocks_uncles_hash(self, v: Byte32Vec) -> Self
pub fn blocks_extension(self, v: BytesOptVec) -> Self
Trait Implementations§
Source§impl Builder for SendBlocksProofV1Builder
impl Builder for SendBlocksProofV1Builder
Source§impl Debug for SendBlocksProofV1Builder
impl Debug for SendBlocksProofV1Builder
Source§impl Default for SendBlocksProofV1Builder
impl Default for SendBlocksProofV1Builder
Source§fn default() -> SendBlocksProofV1Builder
fn default() -> SendBlocksProofV1Builder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for SendBlocksProofV1Builder
impl RefUnwindSafe for SendBlocksProofV1Builder
impl Send for SendBlocksProofV1Builder
impl Sync for SendBlocksProofV1Builder
impl Unpin for SendBlocksProofV1Builder
impl UnwindSafe for SendBlocksProofV1Builder
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