pub(crate) async fn next_withdraw_state<S>(
stream: &mut S,
) -> Option<WithdrawStates>where
S: Stream<Item = WalletClientStates> + Unpin,
pub(crate) async fn next_withdraw_state<S>(
stream: &mut S,
) -> Option<WithdrawStates>where
S: Stream<Item = WalletClientStates> + Unpin,