Skip to main content

create_receive_invoice_handler

Function create_receive_invoice_handler 

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