logs property

  1. @JsonKey(name: 'logs', defaultValue: [])
List<String> logs
final

Logs for the application being executed by this transaction.

Implementation

@JsonKey(name: 'logs', defaultValue: [])
final List<String> logs;