getAccountTimeline method
Get timeline of all available events of an account. This includes moderation events, account history and did history.
Implementation
Future<XRPCResponse<ModerationGetAccountTimelineOutput>> getAccountTimeline({
required String did,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneModerationGetAccountTimeline(
did: did,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);