UNPKG

@gear-js/api

Version:

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

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