com.r3corda.node.services.api / CheckpointStorage / removeCheckpoint

removeCheckpoint

abstract fun removeCheckpoint(checkpoint: Checkpoint): Unit

Remove existing checkpoint from the store. It is an error to attempt to remove a checkpoint which doesnt exist in the store. Doing so will throw an IllegalArgumentException.