Class TransactionPurgeRequest

All Implemented Interfaces:
Serializable, Immutable

public final class TransactionPurgeRequest extends TransactionRequest<TransactionPurgeRequest>
A transaction request to perform the final transaction transition, which is purging it from the protocol view, meaning the frontend has no further knowledge of the transaction. The backend is free to purge any state related to the transaction and responds with a TransactionPurgeResponse.
See Also: