Skip to main content
Module

x/polkadot/api-derive/util/types.ts>DeriveCache

Package publishing for deno.land/x/polkadot
Go to Latest
interface DeriveCache
import { type DeriveCache } from "https://deno.land/x/polkadot@0.2.40/api-derive/util/types.ts";

Properties

del: (key: string) => void
forEach: (cb: (key: string, value: any) => void) => void
get: <T = any>(key: string) => T | undefined
set: (key: string, value: any) => void