Files
xahau.js/test/fixtures/rippled/account-objects.js
Elliot Lee e978ef1888 Add getAccountObjects (#881)
Squashed commit of the following:

commit 361ead8cbbbe4fa25ecba614f8f11930ff679996
commit 5ff26d7d2defbbaaa7c50d6b3b5b74bf30be19ef
commit 97f5dfc86d4730082fd016197b0c025e499912e3
commit d48654098601f2a19484d9bbae7c65786e3c5dd4
commit 4790401123e7836f6bea8d03111bce60dcf95114
commit 57512f7fc000689bb8224f33173ba91221f27281
commit e75a7e95b11368b26c40e8e6e7b583d978475e95
2018-04-11 14:37:37 -07:00

8 lines
216 B
JavaScript

'use strict'
const accountObjectsNormal = require('./account-objects-normal')
module.exports = function(request, options = {}) {
return JSON.stringify(Object.assign({}, accountObjectsNormal, {id: request.id}))
}