generate_receive_address_handler

Function generate_receive_address_handler 

Source
pub async fn generate_receive_address_handler<E>(
    __arg0: State<UiState<DynGatewayApi<E>>>,
    _auth: UserAuth,
) -> Html<String>
where E: Display,