Add getPaymentChannel

This commit is contained in:
wilsonianb
2017-04-06 22:27:05 -07:00
parent c8f2967de0
commit 19eb88a00e
21 changed files with 445 additions and 2 deletions

View File

@@ -16,6 +16,10 @@ module.exports = {
XrpToXrp: require('./get-paths-xrp-to-xrp.json'),
sendAll: require('./get-paths-send-all.json')
},
getPaymentChannel: {
normal: require('./get-payment-channel.json'),
full: require('./get-payment-channel-full.json')
},
getServerInfo: require('./get-server-info.json'),
getSettings: require('./get-settings.json'),
getTransaction: {