@ecency/sdk 2.0.15 → 2.0.17

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.
@@ -2428,6 +2428,12 @@ declare namespace ConfigManager {
2428
2428
  * @param host - The image host URL (e.g., "https://images.ecency.com")
2429
2429
  */
2430
2430
  function setImageHost(host: string): void;
2431
+ /**
2432
+ * Set Hive RPC nodes, replacing the default list and creating a new dhive Client.
2433
+ * The first node in the array will be used as the primary; others are failover.
2434
+ * @param nodes - Array of Hive RPC node URLs
2435
+ */
2436
+ function setHiveNodes(nodes: string[]): void;
2431
2437
  /**
2432
2438
  * Set DMCA filtering lists
2433
2439
  * @param lists - DMCA lists object containing accounts/tags/posts arrays