[][src]Function solana_sdk::stake_weighted_timestamp::calculate_stake_weighted_timestamp

pub fn calculate_stake_weighted_timestamp(
    unique_timestamps: &HashMap<Pubkey, (Slot, UnixTimestamp)>,
    stakes: &HashMap<Pubkey, (u64, Account)>,
    slot: Slot,
    slot_duration: Duration
) -> Option<UnixTimestamp>