logs property

List<String>? logs
final

Array of log messages the transaction instructions output during execution, null if simulation failed before the transaction was able to execute (for example due to an invalid blockhash or signature verification failure).

Implementation

final List<String>? logs;