Given an APIClient instance, this class provides an AbiProvider interface for retrieving and caching ABIs.

Implements

Constructors

Properties

Methods

Constructors

Properties

cache: Map<string, ABI> = ...
client: APIClient
pending: Map<string, Promise<GetRawAbiResponse>> = ...

Methods