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 CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { getCli, ink, update, remove, generate, add } from '@polkadot-api/cli';
3
3
 
4
- var version = "2.1.3";
4
+ var version = "2.1.4";
5
5
 
6
6
  getCli({
7
7
  add,
@@ -1,4 +1,4 @@
1
- import { P as PolkadotClient } from '../types-BJAMtGIT.js';
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';
@@ -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 { P as PolkadotClient, C as ChainDefinition, O as OfflineApi, D as DescriptorEntry, S as StorageDescriptor, T as TxDescriptor, a as PlainDescriptor, R as RuntimeDescriptor } from '../types-BJAMtGIT.js';
6
- export { A as ApisFromDef, b as ApisTypedef, c as ConstFromPalletsDef, E as ErrorsFromPalletsDef, d as EventPhase, e as EventsFromPalletsDef, F as FixedSizeArray, f as PalletsTypedef, Q as QueryFromPalletsDef, g as Transaction, h as TransactionValidityError, i as TxBestBlocksState, j as TxBroadcastEvent, k as TxBroadcasted, l 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-BJAMtGIT.js';
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, PolkadotClient as P, QueryFromPalletsDef as Q, RuntimeDescriptor as R, StorageDescriptor as S, TxDescriptor as T, ViewFnsFromPalletsDef as V, PlainDescriptor as a, ApisTypedef as b, ConstFromPalletsDef as c, EventPhase as d, EventsFromPalletsDef as e, PalletsTypedef as f, Transaction as g, TransactionValidityError as h, TxBestBlocksState as i, TxBroadcastEvent as j, TxBroadcasted as k, TxCallData 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 };
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 };