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://dotland.deno.dev/x/polkadot@0.2.35/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