Function solana_entry::entry::next_versioned_entry
source · pub fn next_versioned_entry(
prev_hash: &Hash,
num_hashes: u64,
transactions: Vec<VersionedTransaction>
) -> Entry
Expand description
Creates the next Tick or Transaction Entry num_hashes
after start_hash
.