Add descriptions to JSON schemas and organize for documentation generation

This commit is contained in:
Chris Clark
2015-11-06 14:38:13 -08:00
parent e267e4131b
commit 5a8e4be9df
85 changed files with 1049 additions and 387 deletions

View File

@@ -0,0 +1,10 @@
{
"base": {
"currency": "USD",
"counterparty": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
},
"counter": {
"currency": "BTC",
"counterparty": "rvYAfWj5gh67oV6fW32ZzP3Aw4Eubs59B"
}
}

View File

@@ -31,6 +31,7 @@ module.exports = {
NoPathsWithCurrencies: require('./getpaths/no-paths-with-currencies'),
sendAll: require('./getpaths/send-all')
},
getOrderbook: require('./get-orderbook'),
computeLedgerHash: {
header: require('./compute-ledger-hash'),
transactions: require('./compute-ledger-hash-transactions')