evernode-js-client 0.6.23 → 0.6.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/index.js
CHANGED
|
@@ -9149,7 +9149,7 @@ module.exports = { mask, unmask };
|
|
|
9149
9149
|
|
|
9150
9150
|
|
|
9151
9151
|
try {
|
|
9152
|
-
module.exports = require(__nccwpck_require__.ab + "prebuilds/linux-x64/node.
|
|
9152
|
+
module.exports = require(__nccwpck_require__.ab + "prebuilds/linux-x64/node.napi1.node");
|
|
9153
9153
|
} catch (e) {
|
|
9154
9154
|
module.exports = __nccwpck_require__(2567);
|
|
9155
9155
|
}
|
|
@@ -33340,7 +33340,7 @@ module.exports = isValidUTF8;
|
|
|
33340
33340
|
|
|
33341
33341
|
|
|
33342
33342
|
try {
|
|
33343
|
-
module.exports = require(__nccwpck_require__.ab + "prebuilds/linux-x64/node.
|
|
33343
|
+
module.exports = require(__nccwpck_require__.ab + "prebuilds/linux-x64/node.napi.node");
|
|
33344
33344
|
} catch (e) {
|
|
33345
33345
|
module.exports = __nccwpck_require__(9372);
|
|
33346
33346
|
}
|
|
@@ -57759,6 +57759,11 @@ class XrplApi {
|
|
|
57759
57759
|
return resp?.result;
|
|
57760
57760
|
}
|
|
57761
57761
|
|
|
57762
|
+
async getServerInfo() {
|
|
57763
|
+
const resp = (await this.#handleClientRequest({ command: 'server_info' }));
|
|
57764
|
+
return resp?.result;
|
|
57765
|
+
}
|
|
57766
|
+
|
|
57762
57767
|
async getAccountObjects(address, options) {
|
|
57763
57768
|
return this.#requestWithPaging({ command: 'account_objects', account: address, ...options }, API_REQ_TYPE.ACCOUNT_OBJECTS);
|
|
57764
57769
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|