PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo-express/node_modules/ripple-lib/dist/npm/common/schemas/output
Просмотр файла: orderbook-orders.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "orderbookOrders",
"type": "array",
"items": {
"description": "An order in the order book.",
"type": "object",
"properties": {
"specification": {
"$ref": "order",
"description": "An order specification that would create an order equivalent to the current state of this order."
},
"properties": {
"description": "Properties of the order not in the specification.",
"type": "object",
"properties": {
"maker": {
"$ref": "address",
"description": "The address of the account that submitted the order."
},
"sequence": {
"$ref": "sequence",
"description": "The account sequence number of the transaction that created this order."
},
"makerExchangeRate": {
"$ref": "value",
"description": "The exchange rate from the point of view of the account that submitted the order (also known as \"quality\")."
}
},
"required": ["maker", "sequence", "makerExchangeRate"],
"addtionalProperties": false
},
"state": {
"description": "The state of the order.",
"type": "object",
"properties": {
"fundedAmount": {
"$ref": "amount",
"description": "How much of the amount the maker would have to pay that the maker currently holds."
},
"priceOfFundedAmount": {
"$ref": "amount",
"description": "How much the `fundedAmount` would convert to through the exchange rate of this order."
}
},
"required": ["fundedAmount", "priceOfFundedAmount"],
"additionalProperties": false
}
},
"required": ["specification", "properties"],
"additionalProperties": false
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!