SignatureService class base

tools.ozone.signature.*

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findCorrelation({required List<String> dids, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<SignatureFindCorrelationOutput>>
Find all correlated threat signatures between 2 or more accounts.
findRelatedAccounts({required String did, String? cursor, int? limit, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<SignatureFindRelatedAccountsOutput>>
Get accounts that share some matching threat signatures with the root account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchAccounts({required List<String> values, String? cursor, int? limit, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<SignatureSearchAccountsOutput>>
Search for accounts that match one or more threat signature values.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited