pub struct SendTransactionsProofBuilder { /* private fields */ }
Implementations§
Source§impl SendTransactionsProofBuilder
impl SendTransactionsProofBuilder
pub const FIELD_COUNT: usize = 4usize
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
Trait Implementations§
Source§impl Debug for SendTransactionsProofBuilder
impl Debug for SendTransactionsProofBuilder
Source§impl Default for SendTransactionsProofBuilder
impl Default for SendTransactionsProofBuilder
Source§fn default() -> SendTransactionsProofBuilder
fn default() -> SendTransactionsProofBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for SendTransactionsProofBuilder
impl RefUnwindSafe for SendTransactionsProofBuilder
impl Send for SendTransactionsProofBuilder
impl Sync for SendTransactionsProofBuilder
impl Unpin for SendTransactionsProofBuilder
impl UnwindSafe for SendTransactionsProofBuilder
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