pub struct TransactionsWithProofsView {
pub serialized_transactions: Vec<BytesView>,
pub serialized_events: Option<BytesView>,
pub proofs: TransactionsProofsView,
}
Fields§
§serialized_transactions: Vec<BytesView>
§serialized_events: Option<BytesView>
§proofs: TransactionsProofsView
Implementations§
source§impl TransactionsWithProofsView
impl TransactionsWithProofsView
pub fn try_into_txn_list_with_proof( &self, start_version: u64 ) -> Result<TransactionListWithProof>
Trait Implementations§
source§impl Clone for TransactionsWithProofsView
impl Clone for TransactionsWithProofsView
source§fn clone(&self) -> TransactionsWithProofsView
fn clone(&self) -> TransactionsWithProofsView
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 TransactionsWithProofsView
impl Debug for TransactionsWithProofsView
source§impl<'de> Deserialize<'de> for TransactionsWithProofsView
impl<'de> Deserialize<'de> for TransactionsWithProofsView
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<TransactionsWithProofsView> for TransactionsWithProofsView
impl PartialEq<TransactionsWithProofsView> for TransactionsWithProofsView
source§fn eq(&self, other: &TransactionsWithProofsView) -> bool
fn eq(&self, other: &TransactionsWithProofsView) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&TransactionListWithProof> for TransactionsWithProofsView
impl TryFrom<&TransactionListWithProof> for TransactionsWithProofsView
impl Eq for TransactionsWithProofsView
impl StructuralEq for TransactionsWithProofsView
impl StructuralPartialEq for TransactionsWithProofsView
Auto Trait Implementations§
impl RefUnwindSafe for TransactionsWithProofsView
impl Send for TransactionsWithProofsView
impl Sync for TransactionsWithProofsView
impl Unpin for TransactionsWithProofsView
impl UnwindSafe for TransactionsWithProofsView
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.