replay

abstract suspend fun replay(): R(source)

Replays the debug statement, reconstructing or reprocessing it as per the underlying attestation verifier's logic. This method is typically used to regenerate or analyse the statement for debugging or auditing purposes.

Return

An instance of type R representing the result of the replay operation.