O7Q6BARE5TBHLUUYBTIVTOE373NLQUOQTPYGQKQWNDNUA4ZLMCNAC
impl RFKPOS for RFKPOSImpl {
asynf fn new_transaction(&self, request: Request<Transaction>) -> Result<Response<TransactionReturn>, Status> {
impl Rfkpos for RFKPOSImpl {
async fn new_transaction(&self, request: Request<Transaction>) -> Result<Response<TransactionReturn>, Status> {
Ok(Response::new(TransactionReturn { err: Error { message = "Not implemented", prio = ERR_CRITICAL } }))
Ok(Response::new(TransactionReturn { return_value: Some(ReturnValue::Err(Error { message: "Not implemented".to_string(), prio: ErrorPriority::ErrCritical as i32 })) }))
Ok(Response::new(TransactionReturn { err: Error { message = "Not implemented", prio = ERR_CRITICAL } }))
Ok(Response::new(TransactionReturn { return_value: Some(ReturnValue::Err(Error { message: "Not implemented".to_string(), prio: ErrorPriority::ErrCritical as i32 })) }))