@dedot/chaintypes 0.98.0 → 0.100.0
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/README.md +3 -0
- package/basilisk/consts.d.ts +1183 -0
- package/basilisk/errors.d.ts +2631 -0
- package/basilisk/events.d.ts +3297 -0
- package/basilisk/index.d.ts +31 -0
- package/basilisk/json-rpc.d.ts +92 -0
- package/basilisk/query.d.ts +2380 -0
- package/basilisk/runtime.d.ts +272 -0
- package/basilisk/tx.d.ts +9095 -0
- package/basilisk/types.d.ts +13749 -0
- package/hydration/consts.d.ts +1854 -0
- package/hydration/errors.d.ts +3914 -0
- package/hydration/events.d.ts +4364 -0
- package/hydration/index.d.ts +31 -0
- package/hydration/json-rpc.d.ts +141 -0
- package/hydration/query.d.ts +3243 -0
- package/hydration/runtime.d.ts +940 -0
- package/hydration/tx.d.ts +12766 -0
- package/hydration/types.d.ts +18995 -0
- package/index.d.ts +11 -4
- package/package.json +18 -3
- package/paseo-hydration/consts.d.ts +1854 -0
- package/paseo-hydration/errors.d.ts +3919 -0
- package/paseo-hydration/events.d.ts +4367 -0
- package/paseo-hydration/index.d.ts +31 -0
- package/paseo-hydration/json-rpc.d.ts +138 -0
- package/paseo-hydration/query.d.ts +3256 -0
- package/paseo-hydration/runtime.d.ts +968 -0
- package/paseo-hydration/tx.d.ts +12848 -0
- package/paseo-hydration/types.d.ts +19032 -0
- package/substrate/consts.d.ts +96 -11
- package/substrate/errors.d.ts +276 -2
- package/substrate/events.d.ts +416 -97
- package/substrate/query.d.ts +163 -19
- package/substrate/runtime.d.ts +134 -19
- package/substrate/tx.d.ts +699 -29
- package/substrate/types.d.ts +1380 -218
package/README.md
CHANGED
|
@@ -90,9 +90,12 @@ For more detailed information on connecting to networks, see the [official docum
|
|
|
90
90
|
- Paseo
|
|
91
91
|
- Paseo Asset Hub
|
|
92
92
|
- Paseo People
|
|
93
|
+
- Paseo Hydration
|
|
93
94
|
- Astar
|
|
94
95
|
- Moonbeam
|
|
95
96
|
- Aleph
|
|
97
|
+
- Hydration
|
|
98
|
+
- BasiliskApi
|
|
96
99
|
|
|
97
100
|
> Don't see your network? We welcome Pull Requests to add support for additional PolkadotSDK-based networks!
|
|
98
101
|
|