Client to access the main fetcher service through the broker.

Hierarchy

  • BaseFetcherClient

Implements

Constructors

Properties

blockchainId: Blockchain

The id of the blockchain the client handles

broker: ServiceBroker

The broker instance to retrieve the actual service from.

msId: MsIds = MsIds.Fetcher

The moleculer service id of the fetcher service.

Methods

  • Parameters

    • args: {
          ids: string[];
          partitionKey?: string;
      }
      • ids: string[]
      • Optional partitionKey?: string

    Returns Record<string, string[]>

Generated using TypeDoc