pub async fn create_wallet_handler<E>(
__arg0: State<UiState<DynGatewayApi<E>>>,
) -> impl IntoResponsewhere
E: Display,Expand description
Handler for creating a new wallet (generates new mnemonic)
pub async fn create_wallet_handler<E>(
__arg0: State<UiState<DynGatewayApi<E>>>,
) -> impl IntoResponsewhere
E: Display,Handler for creating a new wallet (generates new mnemonic)