hdm-am 0.3.0

Client for the Armenian fiscal cash register (HDM) protocol per the State Revenue Committee spec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListOpsAndDepsRequest",
  "description": "Op 1 request. Encrypted with the password key.\n\n`Debug` is hand-written to redact `password` so it never leaks through `{:?}`.",
  "type": "object",
  "properties": {
    "password": {
      "description": "HDM access password.",
      "type": "string"
    }
  },
  "required": [
    "password"
  ]
}