pub async fn execute_proactive_refresh(
    session_id: SessionId,
    chans: Channels,
    threshold_pair: &Pair,
    threshold_accounts: Vec<AccountId32>,
    old_key: KeyShare<KeyParams>,
) -> Result<KeyShare<KeyParams>, ProtocolExecutionErr>
Expand description

Execute proactive refresh.