polkadot-api 2.1.4-canary.7345de4 → 2.1.4
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/bin/cli.js +1 -1
- package/dist/reexports/ws.d.ts +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/{types-BJAMtGIT.d.ts → types-Be4dx2K-.d.ts} +1 -1
- package/dist/umd/index.min.js +1 -1
- package/dist/umd/ink.min.js +1 -1
- package/dist/umd/pjs-signer.min.js +1 -1
- package/dist/umd/signer.min.js +1 -1
- package/dist/umd/ws.min.js +3 -3
- package/package.json +20 -20
package/bin/cli.js
CHANGED
package/dist/reexports/ws.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { f as PolkadotClient } from '../types-Be4dx2K-.js';
|
|
2
2
|
import * as _polkadot_api_ws_provider from '@polkadot-api/ws-provider';
|
|
3
3
|
import { StatusChange, WebSocketClass, SocketLoggerFn } from '@polkadot-api/ws-provider';
|
|
4
4
|
export { SocketEvents, SocketLoggerFn, StatusChange, WebSocketClass, WsClose, WsConnected, WsConnecting, WsError, WsEvent, WsJsonRpcProvider } from '@polkadot-api/ws-provider';
|
package/dist/src/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import { JsonRpcProvider } from '@polkadot-api/json-rpc-provider';
|
|
|
2
2
|
export { JsonRpcProvider } from '@polkadot-api/json-rpc-provider';
|
|
3
3
|
import { HexString, Codec, ResultPayload } from '@polkadot-api/substrate-bindings';
|
|
4
4
|
export { AccountId, Binary, BlockHeader, Codec, Enum, EnumVariant, GetEnum, HexString, ResultPayload, SS58AddressInfo, SS58String, SizedHex, _Enum, getSs58AddressInfo } from '@polkadot-api/substrate-bindings';
|
|
5
|
-
import {
|
|
6
|
-
export { A as ApisFromDef,
|
|
5
|
+
import { f as PolkadotClient, C as ChainDefinition, O as OfflineApi, D as DescriptorEntry, S as StorageDescriptor, l as TxDescriptor, e as PlainDescriptor, R as RuntimeDescriptor } from '../types-Be4dx2K-.js';
|
|
6
|
+
export { A as ApisFromDef, a as ApisTypedef, b as ConstFromPalletsDef, E as ErrorsFromPalletsDef, c as EventPhase, d as EventsFromPalletsDef, F as FixedSizeArray, P as PalletsTypedef, Q as QueryFromPalletsDef, T as Transaction, g as TransactionValidityError, h as TxBestBlocksState, i as TxBroadcastEvent, j as TxBroadcasted, k as TxCallData, m as TxEntry, n as TxEvent, o as TxEventsPayload, p as TxFinalized, q as TxFinalizedPayload, r as TxFromPalletsDef, s as TxInBestBlocksFound, t as TxInBestBlocksNotFound, u as TxOptions, v as TxSigned, w as TypedApi, V as ViewFnsFromPalletsDef } from '../types-Be4dx2K-.js';
|
|
7
7
|
export { CompatibilityLevel } from '@polkadot-api/metadata-compatibility';
|
|
8
8
|
export { BlockInfo, BlockNotPinnedError } from '@polkadot-api/observable-client';
|
|
9
9
|
export { PolkadotSigner } from '@polkadot-api/polkadot-signer';
|
|
@@ -1008,4 +1008,4 @@ type PullOptions = Partial<{
|
|
|
1008
1008
|
signal: AbortSignal;
|
|
1009
1009
|
}>;
|
|
1010
1010
|
|
|
1011
|
-
export type { ApisFromDef as A, ChainDefinition as C, DescriptorEntry as D, ErrorsFromPalletsDef as E, FixedSizeArray as F, OfflineApi as O,
|
|
1011
|
+
export type { ApisFromDef as A, ChainDefinition as C, DescriptorEntry as D, ErrorsFromPalletsDef as E, FixedSizeArray as F, OfflineApi as O, PalletsTypedef as P, QueryFromPalletsDef as Q, RuntimeDescriptor as R, StorageDescriptor as S, Transaction as T, ViewFnsFromPalletsDef as V, ApisTypedef as a, ConstFromPalletsDef as b, EventPhase as c, EventsFromPalletsDef as d, PlainDescriptor as e, PolkadotClient as f, TransactionValidityError as g, TxBestBlocksState as h, TxBroadcastEvent as i, TxBroadcasted as j, TxCallData as k, TxDescriptor as l, TxEntry as m, TxEvent as n, TxEventsPayload as o, TxFinalized as p, TxFinalizedPayload as q, TxFromPalletsDef as r, TxInBestBlocksFound as s, TxInBestBlocksNotFound as t, TxOptions as u, TxSigned as v, TypedApi as w };
|