PHP WebShell

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

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

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "submit",
  "type": "object",
  "properties": {
    "resultCode": {
      "type": "string",
      "description": "The result code returned by rippled. [List of transaction responses](https://ripple.com/build/transactions/#full-transaction-response-list)"
    },
    "resultMessage": {
      "type": "string",
      "description": "Human-readable explanation of the status of the transaction."
    }
  },
  "required": ["resultCode", "resultMessage"],
  "additionalProperties": false
}

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


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