Trait solana_core::heaviest_subtree_fork_choice::GetSlotHash[][src]

pub trait GetSlotHash {
    fn slot_hash(&self) -> SlotHashKey;
}

Required methods

Implementors