UNPKG

@moonbeam-network/types-bundle

Version:

Bundled types to instantiate the Polkadot JS api with a Moonbeam network

11 lines (8 loc) 579 B
import { OverrideModuleType, OverrideBundleDefinition, OverrideBundleType } from '@polkadot/types/types'; declare const moduleDefinitions: Record<string, OverrideModuleType>; declare const moonbeamDefinitions: OverrideBundleDefinition; declare const moonbeamDefinitionsDeprecated: OverrideBundleDefinition; declare const typesBundle: OverrideBundleType; declare const typesBundleDeprecated: OverrideBundleType; declare const types: OverrideBundleType; export { moduleDefinitions, moonbeamDefinitions, moonbeamDefinitionsDeprecated, types, typesBundle, typesBundleDeprecated };