GetLedger by hash option (#980)

* update ledger input schema
* include ledgerHash option
This commit is contained in:
Alexandru Chiriac
2018-12-12 19:02:50 +00:00
committed by Elliot Lee
parent 8d37da0952
commit 5419e67dbc
9 changed files with 56 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ module.exports = {
},
getLedger: {
header: require('./get-ledger'),
headerByHash: require('./get-ledger-by-hash'),
full: require('./get-ledger-full'),
withSettingsTx: require('./get-ledger-with-settings-tx'),
withStateAsHashes: require('./get-ledger-with-state-as-hashes'),