UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

4 lines (3 loc) 287 B
import type { CallFunction, Registry, RegistryError } from '@polkadot/types/types'; export declare function findCall(registry: Registry, callIndex: Uint8Array | string): CallFunction; export declare function findError(registry: Registry, errorIndex: Uint8Array | string): RegistryError;