correlationId property

  1. @override
String get correlationId

The correlation ID of the message.

Implementation

@override
String get correlationId => queryId ?? 'get-tx-detail-$txid';