pub struct TxProof {
pub number: u32,
pub root: Bytes,
pub witnesses_hash: TxHash,
}Fields§
§number: u32Number of Transactions in this tree
root: BytesRoot of the merkle tree of transactions
witnesses_hash: TxHashHash of Sequence of TxWitnesses encoded in CBOR
Trait Implementations§
impl Eq for TxProof
impl StructuralPartialEq for TxProof
Auto Trait Implementations§
impl Freeze for TxProof
impl RefUnwindSafe for TxProof
impl Send for TxProof
impl Sync for TxProof
impl Unpin for TxProof
impl UnwindSafe for TxProof
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