Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SignatureVerifyResponse

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SignatureVerifyResponse",
  "type": "object",
  "properties": {
    "result": {
      "$ref": "#/$defs/BlisacheActionResult"
    }
  },
  "required": [
    "result"
  ],
  "$defs": {
    "BlisacheActionResult": {
      "type": "string",
      "enum": [
        "Success",
        "Error"
      ]
    }
  }
}