Added
- Support for the new, optional
diagnosticEventsXdrfield on theSorobanRpc.Server.sendTransactionmethod. The raw field will be present when using the_sendTransactionmethod, while the normal method will have an already-parseddiagnosticEvents: xdr.DiagnosticEvent[]field, instead (#905). - A new exported interface
SorobanRpc.Api.EventResponseso that developers can type-check individual events (#904).