@hiveio/dhive 1.2.0 → 1.2.3
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.
- package/dist/dhive.d.ts +2 -1
- package/dist/dhive.js +1 -1
- package/dist/dhive.js.gz +0 -0
- package/dist/dhive.js.map +1 -1
- package/lib/chain/account.d.ts +1 -0
- package/lib/client.d.ts +1 -1
- package/lib/utils.js +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -2
package/dist/dhive.d.ts
CHANGED
|
@@ -209,6 +209,7 @@ declare module 'dhive/chain/account' {
|
|
|
209
209
|
posting: Authority;
|
|
210
210
|
memo_key: string;
|
|
211
211
|
json_metadata: string;
|
|
212
|
+
posting_json_metadata: string;
|
|
212
213
|
proxy: string;
|
|
213
214
|
last_owner_update: string;
|
|
214
215
|
last_account_update: string;
|
|
@@ -2899,7 +2900,7 @@ declare module 'dhive/client' {
|
|
|
2899
2900
|
private backoff;
|
|
2900
2901
|
private failoverThreshold;
|
|
2901
2902
|
private consoleOnFailover;
|
|
2902
|
-
|
|
2903
|
+
currentAddress: string;
|
|
2903
2904
|
/**
|
|
2904
2905
|
* @param address The address to the Hive RPC server,
|
|
2905
2906
|
* e.g. `https://api.hive.blog`. or [`https://api.hive.blog`, `https://another.api.com`]
|