pub struct SendTransactionsProof(/* private fields */);
Implementations§
Source§impl SendTransactionsProof
impl SendTransactionsProof
pub const FIELD_COUNT: usize = 4usize
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_header(&self) -> VerifiableHeader
pub fn proof(&self) -> HeaderDigestVec
pub fn filtered_blocks(&self) -> FilteredBlockVec
pub fn missing_tx_hashes(&self) -> Byte32Vec
pub fn as_reader<'r>(&'r self) -> SendTransactionsProofReader<'r>
Trait Implementations§
Source§impl Clone for SendTransactionsProof
impl Clone for SendTransactionsProof
Source§fn clone(&self) -> SendTransactionsProof
fn clone(&self) -> SendTransactionsProof
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 SendTransactionsProof
impl Debug for SendTransactionsProof
Source§impl Default for SendTransactionsProof
impl Default for SendTransactionsProof
Source§fn default() -> SendTransactionsProof
fn default() -> SendTransactionsProof
Returns the “default value” for a type. Read more
Source§impl Display for SendTransactionsProof
impl Display for SendTransactionsProof
Source§impl Entity for SendTransactionsProof
impl Entity for SendTransactionsProof
const NAME: &'static str = "SendTransactionsProof"
type Builder = SendTransactionsProofBuilder
fn new_unchecked(data: Bytes) -> SendTransactionsProof
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<SendTransactionsProof, VerificationError>
fn from_compatible_slice( slice: &[u8], ) -> Result<SendTransactionsProof, VerificationError>
fn new_builder() -> <SendTransactionsProof as Entity>::Builder
fn as_builder(self) -> <SendTransactionsProof as Entity>::Builder
Source§impl From<SendTransactionsProof> for LightClientMessageUnion
impl From<SendTransactionsProof> for LightClientMessageUnion
Source§fn from(item: SendTransactionsProof) -> LightClientMessageUnion
fn from(item: SendTransactionsProof) -> LightClientMessageUnion
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for SendTransactionsProof
impl RefUnwindSafe for SendTransactionsProof
impl Send for SendTransactionsProof
impl Sync for SendTransactionsProof
impl Unpin for SendTransactionsProof
impl UnwindSafe for SendTransactionsProof
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
)