@dedot/chaintypes 0.0.1-next.0 → 0.0.1-next.3
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/aleph/consts.d.ts +595 -0
- package/aleph/errors.d.ts +985 -0
- package/aleph/events.d.ts +984 -0
- package/aleph/index.d.ts +22 -0
- package/aleph/query.d.ts +1480 -0
- package/aleph/rpc.d.ts +727 -0
- package/aleph/runtime.d.ts +545 -0
- package/aleph/tx.d.ts +2668 -0
- package/aleph/types.d.ts +3646 -0
- package/astar/consts.d.ts +758 -0
- package/astar/errors.d.ts +1580 -0
- package/astar/events.d.ts +1788 -0
- package/astar/index.d.ts +22 -0
- package/astar/query.d.ts +1759 -0
- package/astar/rpc.d.ts +974 -0
- package/astar/runtime.d.ts +314 -0
- package/astar/tx.d.ts +5478 -0
- package/astar/types.d.ts +9078 -0
- package/index.ts +10 -0
- package/kusama/consts.d.ts +1578 -0
- package/kusama/errors.d.ts +2999 -0
- package/kusama/events.d.ts +3233 -0
- package/kusama/index.d.ts +22 -0
- package/kusama/query.d.ts +3831 -0
- package/kusama/rpc.d.ts +904 -0
- package/kusama/runtime.d.ts +1134 -0
- package/kusama/tx.d.ts +7077 -0
- package/kusama/types.d.ts +10710 -0
- package/kusamaAssetHub/consts.d.ts +719 -0
- package/kusamaAssetHub/errors.d.ts +1409 -0
- package/kusamaAssetHub/events.d.ts +2251 -0
- package/kusamaAssetHub/index.d.ts +22 -0
- package/kusamaAssetHub/query.d.ts +1554 -0
- package/kusamaAssetHub/rpc.d.ts +746 -0
- package/kusamaAssetHub/runtime.d.ts +514 -0
- package/kusamaAssetHub/tx.d.ts +5055 -0
- package/kusamaAssetHub/types.d.ts +6385 -0
- package/moonbeam/consts.d.ts +1080 -0
- package/moonbeam/errors.d.ts +2135 -0
- package/moonbeam/events.d.ts +3091 -0
- package/moonbeam/index.d.ts +22 -0
- package/moonbeam/query.d.ts +2394 -0
- package/moonbeam/rpc.d.ts +1015 -0
- package/moonbeam/runtime.d.ts +669 -0
- package/moonbeam/tx.d.ts +6156 -0
- package/moonbeam/types.d.ts +8045 -0
- package/package.json +9 -8
- package/packageInfo.ts +3 -0
- package/polkadot/consts.d.ts +1277 -0
- package/polkadot/errors.d.ts +2424 -0
- package/polkadot/events.d.ts +2457 -0
- package/polkadot/index.d.ts +22 -0
- package/polkadot/query.d.ts +3322 -0
- package/polkadot/rpc.d.ts +904 -0
- package/polkadot/runtime.d.ts +1134 -0
- package/polkadot/tx.d.ts +5913 -0
- package/polkadot/types.d.ts +9181 -0
- package/polkadotAssetHub/consts.d.ts +591 -0
- package/polkadotAssetHub/errors.d.ts +1119 -0
- package/polkadotAssetHub/events.d.ts +1855 -0
- package/polkadotAssetHub/index.d.ts +22 -0
- package/polkadotAssetHub/query.d.ts +1460 -0
- package/polkadotAssetHub/rpc.d.ts +746 -0
- package/polkadotAssetHub/runtime.d.ts +451 -0
- package/polkadotAssetHub/tx.d.ts +4189 -0
- package/polkadotAssetHub/types.d.ts +5539 -0
- package/rococoAssetHub/consts.d.ts +750 -0
- package/rococoAssetHub/errors.d.ts +1494 -0
- package/rococoAssetHub/events.d.ts +2252 -0
- package/rococoAssetHub/index.d.ts +22 -0
- package/rococoAssetHub/query.d.ts +1516 -0
- package/rococoAssetHub/rpc.d.ts +746 -0
- package/rococoAssetHub/runtime.d.ts +542 -0
- package/rococoAssetHub/tx.d.ts +5169 -0
- package/rococoAssetHub/types.d.ts +6751 -0
- package/substrate/consts.d.ts +2223 -0
- package/substrate/errors.d.ts +4023 -0
- package/substrate/events.d.ts +5107 -0
- package/substrate/index.d.ts +22 -0
- package/substrate/query.d.ts +3890 -0
- package/substrate/rpc.d.ts +894 -0
- package/substrate/runtime.d.ts +941 -0
- package/substrate/tx.d.ts +10391 -0
- package/substrate/types.d.ts +13380 -0
- package/westendAssetHub/consts.d.ts +750 -0
- package/westendAssetHub/errors.d.ts +1494 -0
- package/westendAssetHub/events.d.ts +2252 -0
- package/westendAssetHub/index.d.ts +22 -0
- package/westendAssetHub/query.d.ts +1516 -0
- package/westendAssetHub/rpc.d.ts +746 -0
- package/westendAssetHub/runtime.d.ts +581 -0
- package/westendAssetHub/tx.d.ts +5169 -0
- package/westendAssetHub/types.d.ts +6750 -0
- package/cjs/index.js +0 -2
- package/cjs/package.json +0 -1
- package/cjs/packageInfo.js +0 -5
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// Generated by @dedot/codegen
|
|
2
|
+
|
|
3
|
+
import { GenericSubstrateApi } from '@dedot/types';
|
|
4
|
+
import { ChainConsts } from './consts';
|
|
5
|
+
import { ChainStorage } from './query';
|
|
6
|
+
import { RpcCalls } from './rpc';
|
|
7
|
+
import { ChainErrors } from './errors';
|
|
8
|
+
import { ChainEvents } from './events';
|
|
9
|
+
import { RuntimeApis } from './runtime';
|
|
10
|
+
import { ChainTx } from './tx';
|
|
11
|
+
|
|
12
|
+
export * from './types';
|
|
13
|
+
|
|
14
|
+
export interface PolkadotAssetHubApi extends GenericSubstrateApi {
|
|
15
|
+
rpc: RpcCalls;
|
|
16
|
+
consts: ChainConsts;
|
|
17
|
+
query: ChainStorage;
|
|
18
|
+
errors: ChainErrors;
|
|
19
|
+
events: ChainEvents;
|
|
20
|
+
call: RuntimeApis;
|
|
21
|
+
tx: ChainTx;
|
|
22
|
+
}
|