events property

List<String>? events
getter/setter pair

Array of the events emitted during the contract invocation(s). The events are ordered by their emission time. (an array of serialized base64 strings representing XdrDiagnosticEvent)

Implementation

List<String>? events;