@acala-network/types
Version:
Acala types for @polkadot/api
18 lines (17 loc) • 744 B
TypeScript
import './interfaces/augment-api';
import './interfaces/augment-types';
import './interfaces/types-lookup';
import type { OverrideBundleType } from '@polkadot/types/types';
export * as acalaLookupTypes from './interfaces/lookup';
import { acalaSignedExtensions } from './signedExtensions';
export { acalaSignedExtensions };
export declare const acalaTypes: {
Keys: string;
};
export declare const acalaRpc: Record<string, Record<string, any>>;
export declare const acalaTypesAlias: Record<string, any>;
export declare const acalaRuntime: {
[x: string]: import("@polkadot/types/types").DefinitionsCallEntry[];
};
export declare const acalaTypesBundle: OverrideBundleType;
export declare const typesBundleForPolkadot: OverrideBundleType;