NetworkSpecificTool<T>: Record<LitNetwork, T>

Represents a tool that is specific to a Lit network.

Type Parameters

  • T extends AwTool<any, any>

    The type of the tool, which must extend AwTool.