UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

4 lines (3 loc) 256 B
import type { StorageEntry } from '@polkadot/types/primitive/types'; import type { Registry } from '@polkadot/types/types'; export declare function extractStorageArgs(registry: Registry, creator: StorageEntry, _args: unknown[]): [StorageEntry, unknown[]];