Class SkipTransactionsRequest

All Implemented Interfaces:
Serializable, Immutable

@Beta public final class SkipTransactionsRequest extends TransactionRequest<SkipTransactionsRequest>
Request to skip a number of TransactionIdentifiers within a {code local history}. This request is essentially equivalent to TransactionPurgeRequest for Message.getTarget(), but also carries additional sibling TransactionIdentifiers in getOthers().

This request is sent by the frontend to inform the backend that a set of TransactionIdentifiers are explicitly retired and are guaranteed to never be used by the frontend.

See Also: