@moonbeam-network/types-bundle
Version:
Bundled types to instantiate the Polkadot JS api with a Moonbeam network
32 lines (29 loc) • 1.52 kB
text/typescript
import * as _polkadot_types_types from '@polkadot/types/types';
import { RegistryTypes } from '@polkadot/types/types';
declare const TYPES_0_4: RegistryTypes;
declare const RefCount: string | _polkadot_types_types.CodecClass<_polkadot_types_types.Codec, any[]> | Record<string, string> | {
_enum: string[] | Record<string, string> | Record<string, number>;
} | {
_set: Record<string, number>;
};
declare const TYPES_5_5: {
[x: string]: string | _polkadot_types_types.CodecClass<_polkadot_types_types.Codec, any[]> | Record<string, string> | {
_enum: string[] | Record<string, string> | Record<string, number>;
} | {
_set: Record<string, number>;
};
};
declare const TYPES_6_19: RegistryTypes;
declare const TYPES_19_35: RegistryTypes;
declare const TYPES_36_36: RegistryTypes;
declare const TYPES_37_42: RegistryTypes;
declare const TYPES_43_154: RegistryTypes;
declare const TYPES_155_199: RegistryTypes;
declare const TYPES_200_399: RegistryTypes;
declare const TYPES_400_599: RegistryTypes;
declare const TYPES_600_799: RegistryTypes;
declare const TYPES_800_899: RegistryTypes;
declare const TYPES_900_undefined_deprecated: RegistryTypes;
declare const TYPES_POST_900: RegistryTypes;
declare const MOON_RPC_TYPES: RegistryTypes;
export { MOON_RPC_TYPES, RefCount, TYPES_0_4, TYPES_155_199, TYPES_19_35, TYPES_200_399, TYPES_36_36, TYPES_37_42, TYPES_400_599, TYPES_43_154, TYPES_5_5, TYPES_600_799, TYPES_6_19, TYPES_800_899, TYPES_900_undefined_deprecated, TYPES_POST_900 };