fedimint_wallet_client

Function next_withdraw_state

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