UNPKG

287 BTypeScriptView Raw
1import type { CallFunction, Registry, RegistryError } from '@polkadot/types/types';
2export declare function findCall(registry: Registry, callIndex: Uint8Array | string): CallFunction;
3export declare function findError(registry: Registry, errorIndex: Uint8Array | string): RegistryError;