mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
windows
This commit is contained in:
@@ -712,6 +712,15 @@ Remote.prototype.request_ripple_lines_get = function (accountID, index) {
|
||||
return request;
|
||||
};
|
||||
|
||||
Remote.prototype.request_account_offers = function (accountID) {
|
||||
|
||||
var request = new Request(this, 'account_offers');
|
||||
|
||||
request.message.account = accountID;
|
||||
|
||||
return request;
|
||||
};
|
||||
|
||||
Remote.prototype.request_wallet_accounts = function (seed) {
|
||||
utils.assert(this.trusted); // Don't send secrets.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user