pub async fn verify_handler(
__arg0: State<Arc<MnemoEngine>>,
__arg1: Json<VerifyBody>,
) -> Result<Json<Value>, AppError>Expand description
POST /v1/verify – verify hash chain integrity.
pub async fn verify_handler(
__arg0: State<Arc<MnemoEngine>>,
__arg1: Json<VerifyBody>,
) -> Result<Json<Value>, AppError>POST /v1/verify – verify hash chain integrity.