@ecency/sdk 2.2.15 → 2.2.16

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.
@@ -1,7 +1,7 @@
1
1
  import * as _tanstack_react_query from '@tanstack/react-query';
2
2
  import { MutationKey, UseMutationOptions, QueryClient, QueryKey, InfiniteData, UseQueryOptions, UseInfiniteQueryOptions, useMutation } from '@tanstack/react-query';
3
- import { O as Operation, P as PrivateKey, B as BroadcastResult, A as Authority, a as PublicKey, b as OperationName, o as operations } from './hive-T9MxuBH_.js';
4
- export { j as AccountCreateOperation, i as AssetSymbol, C as CustomJsonOperation, T as HiveTxTransaction, M as Memo, h as OperationBody, S as Signature, f as callREST, d as callRPC, e as callRPCBroadcast, g as callWithQuorum, c as hiveTxConfig, u as hiveTxUtils } from './hive-T9MxuBH_.js';
3
+ import { O as Operation, P as PrivateKey, B as BroadcastResult, A as Authority, a as PublicKey, b as OperationName, o as operations } from './hive-CdgAgNEJ.js';
4
+ export { j as AccountCreateOperation, i as AssetSymbol, C as CustomJsonOperation, T as HiveTxTransaction, M as Memo, h as OperationBody, S as Signature, f as callREST, d as callRPC, e as callRPCBroadcast, g as callWithQuorum, c as hiveTxConfig, u as hiveTxUtils } from './hive-CdgAgNEJ.js';
5
5
 
6
6
  interface AiGenerationPrice {
7
7
  aspect_ratio: string;
@@ -988,7 +988,9 @@ declare namespace ConfigManager {
988
988
  function setImageHost(host: string): void;
989
989
  /**
990
990
  * Set Hive RPC nodes, replacing the default list.
991
- * Directly updates the unified hive-tx config object.
991
+ * Delegates to the unified hive-tx `setNodes` (single validated setter,
992
+ * shared with the lean `@ecency/sdk/hive` entry) so node configuration is
993
+ * defined in exactly one place.
992
994
  * @param nodes - Array of Hive RPC node URLs
993
995
  */
994
996
  function setHiveNodes(nodes: string[]): void;