pub async fn recover_wallet_handler<E>(
__arg0: State<UiState<DynGatewayApi<E>>>,
__arg1: Form<RecoverWalletForm>,
) -> impl IntoResponsewhere
E: Display,Expand description
Handler for recovering a wallet with provided mnemonic words
pub async fn recover_wallet_handler<E>(
__arg0: State<UiState<DynGatewayApi<E>>>,
__arg1: Form<RecoverWalletForm>,
) -> impl IntoResponsewhere
E: Display,Handler for recovering a wallet with provided mnemonic words