@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.
- package/dist/browser/{hive-T9MxuBH_.d.ts → hive-CdgAgNEJ.d.ts} +15 -1
- package/dist/browser/hive.d.ts +1 -1
- package/dist/browser/hive.js +2 -2
- package/dist/browser/hive.js.map +1 -1
- package/dist/browser/index.d.ts +5 -3
- package/dist/browser/index.js +3 -3
- package/dist/browser/index.js.map +1 -1
- package/dist/node/hive.cjs +2 -2
- package/dist/node/hive.cjs.map +1 -1
- package/dist/node/hive.mjs +2 -2
- package/dist/node/hive.mjs.map +1 -1
- package/dist/node/index.cjs +3 -3
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.mjs +3 -3
- package/dist/node/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/browser/index.d.ts
CHANGED
|
@@ -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-
|
|
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-
|
|
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
|
-
*
|
|
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;
|