GrindKeyPairsConfig

type GrindKeyPairsConfig = Readonly<{
  abortSignal?: AbortSignal;
  amount?: number;
  concurrency?: number;
  extractable?: boolean;
  matches: GrindKeyPairMatches;
}>;

Configuration object accepted by grindKeyPairs.

See

On this page