Function solana_ledger::entry::create_random_ticks[][src]

pub fn create_random_ticks(
    num_ticks: u64,
    max_hashes_per_tick: u64,
    hash: Hash
) -> Vec<Entry>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator