PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/ripple-lib/dist/npm/common/schemas/output

Просмотр файла: sign.json

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "sign",
  "type": "object",
  "properties": {
    "signedTransaction": {
      "type": "string",
      "pattern": "^[A-F0-9]+$",
      "description": "The signed transaction represented as an uppercase hexadecimal string."
    },
    "id": {
      "$ref": "id",
      "description": "The [Transaction ID](#transaction-id) of the signed transaction."
    }
  },
  "required": ["signedTransaction", "id"],
  "additionalProperties": false
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!