mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-06-20 19:41:03 +00:00
31467f90d4
- @pezkuwi/papi-utils (rebrand of @polkadot-api/utils) - @pezkuwi/bizinikiwi-bindings (rebrand of @polkadot-api/substrate-bindings) - @pezkuwi/metadata-builders (rebrand of @polkadot-api/metadata-builders) - @pezkuwi/merkleize-metadata (rebrand of @polkadot-api/merkleize-metadata) All @polkadot-api references replaced with @pezkuwi equivalents.
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
import { Vector, str } from 'scale-ts';
|
|
|
|
const docs = Vector(str);
|
|
|
|
export { docs };
|
|
//# sourceMappingURL=docs.mjs.map
|