UNPKG

@polkadot/types

Version:
6 lines (5 loc) 201 B
import type { Vec } from '@polkadot/types-codec'; import type { Codec } from '../types/index.js'; export interface MetadataInterface<Modules extends Codec> extends Codec { pallets: Vec<Modules>; }