@galacticcouncil/descriptors 1.1.0 → 1.2.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 +11 -0
- package/build/common-types.d.ts +4227 -4158
- package/build/descriptors-I57RGDYV.mjs +27 -0
- package/build/hydration.d.ts +931 -750
- package/build/hydration_metadata-R2ASQUSJ.mjs +6 -0
- package/build/index.js +88 -61
- package/build/index.mjs +31 -4
- package/build/metadataTypes-DONQGFX6.mjs +6 -0
- package/build/metadataTypes.d.ts +1 -1
- package/package.json +7 -6
- package/build/descriptors-KCHREEK7.mjs +0 -27
- package/build/hydration_metadata-GU77SOMT.mjs +0 -6
- package/build/metadataTypes-NV6UZQCC.mjs +0 -6
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Descriptors
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@galacticcouncil/descriptors)
|
|
4
|
+
|
|
5
|
+
Polkadot API (Papi) hydration typed metadata.
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
Install with [npm](https://www.npmjs.com/):
|
|
10
|
+
|
|
11
|
+
`npm install @galacticcouncil/descriptors`
|