PHP WebShell

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

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

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "payment",
  "link": "payment",
  "type": "object",
  "properties": {
    "source": {
      "$ref": "sourceAdjustment",
      "description": "The source of the funds to be sent."
    },
    "destination": {
      "$ref": "destinationAdjustment",
      "description": "The destination of the funds to be sent."
    },
    "paths": {
      "type": "string",
      "description": "The paths of trustlines and orders to use in executing the payment."
    },
    "memos": {"$ref": "memos"},
    "invoiceID": {
      "description": "A 256-bit hash that can be used to identify a particular payment.",
      "$ref": "hash256"
    },
    "allowPartialPayment": {
      "description": "A boolean that, if set to true, indicates that this payment should go through even if the whole amount cannot be delivered because of a lack of liquidity or funds in the source account account",
      "type": "boolean"
    },
    "noDirectRipple": {
      "description": "A boolean that can be set to true if paths are specified and the sender would like the Ripple Network to disregard any direct paths from the source account to the destination account. This may be used to take advantage of an arbitrage opportunity or by gateways wishing to issue balances from a hot wallet to a user who has mistakenly set a trustline directly to the hot wallet",
      "type": "boolean"
    },
    "limitQuality": {
      "description": "Only take paths where all the conversions have an input:output ratio that is equal or better than the ratio of destination.amount:source.maxAmount.",
      "type": "boolean"
    }
  },
  "required": ["source", "destination"],
  "additionalProperties": false
}

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


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