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