mnemonic_reveal_handler

Function mnemonic_reveal_handler 

Source
pub async fn mnemonic_reveal_handler<E>(
    __arg0: State<UiState<DynGatewayApi<E>>>,
    _auth: UserAuth,
    __arg2: Form<RevealMnemonicForm>,
) -> impl IntoResponse
where E: Display + Send + Sync + 'static,
Expand description

Handler for revealing the mnemonic (POST request with password). Verifies the password and returns the mnemonic if valid.