Get Events Response
@Serializable
Response for JSON-RPC method getEvents.
Returns a list of events matching the specified filter criteria. Events can be contract events, system events, or diagnostic events.
See also
Types
Link copied to clipboard
@Serializable
Information about a single event in the response.
Properties
Link copied to clipboard
List of event information objects
Link copied to clipboard
The latest ledger known to Soroban RPC at the time it handled the request
Link copied to clipboard
Unix timestamp of when the latest ledger was closed (may be null)
Link copied to clipboard
The oldest ledger retained by Soroban RPC (may be null)
Link copied to clipboard
Unix timestamp of when the oldest ledger was closed (may be null)