Trait solana::ledger::Block[][src]

pub trait Block {
    fn verify(&self, start_hash: &Hash) -> bool;
fn to_blobs(
        &self,
        blob_recycler: &BlobRecycler,
        q: &mut VecDeque<SharedBlob>
    ); }

Required Methods

Verifies the hashes and counts of a slice of transactions are all consistent.

Implementations on Foreign Types

impl Block for [Entry]
[src]

Implementors