findCorrelation method
Find all correlated threat signatures between 2 or more accounts.
Implementation
Future<XRPCResponse<SignatureFindCorrelationOutput>> findCorrelation({
required List<String> dids,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneSignatureFindCorrelation(
dids: dids,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);