UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

5 lines (4 loc) 256 B
import type { StorageKey, Vec } from '@polkadot/types'; import type { AnyTuple } from '@polkadot/types/types'; import type { HexString } from '../types'; export declare function getIdsFromKeys(keys: Vec<StorageKey<AnyTuple>>, prefix: string): HexString[];