getEvents

suspend fun getEvents(digest: TransactionDigest): List<Event>

Retrieves a list of events associated with a given transaction digest.

Return

a list of events associated with the given transaction digest

Parameters

digest

the transaction digest to retrieve events for

Throws

if an error occurs while retrieving the events