MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / Item

Interface Item

packages/ethereum-viewer/src/contributedCommands.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 const networks = unsafeEntries(networkNames);
26
27 interface Item extends QuickPickItem {
28 apiName: ApiName;
29 }
30
31 const picked = await window.showQuickPick(
32 networks.map(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected