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