Checkpoint

@Serializable
class Checkpoint(var checkpointSequenceNumber: Long = -1) : TransactionFilterMutable

Constructors

Link copied to clipboard
constructor(checkpointSequenceNumber: Long = -1)

Properties

Functions

Link copied to clipboard
open override fun toImmutable(): TransactionFilter