PHP WebShell

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

Просмотр файла: generate-address.json

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "generateAddressParameters",
  "type": "object",
  "properties": {
    "options": {
      "type": "object",
      "description": "Options to control how the address and secret are generated.",
      "properties": {
        "entropy": {
          "type": "array",
          "items": {
            "type": "integer",
            "minimum": 0,
            "maximum": 255
          },
          "description": "The entropy to use to generate the seed."
        },
        "algorithm": {
          "type": "string",
          "enum": ["ecdsa-secp256k1", "ed25519"],
          "description": "The digital signature algorithm to generate an address for. Can be `ecdsa-secp256k1` (default) or `ed25519`."
        }
      },
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}

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


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