ChainPosition

sealed class ChainPosition(source)

Represents the observed position of some chain data.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Confirmed(val confirmationBlockTime: ConfirmationBlockTime, val transitively: String?) : ChainPosition

The chain data is confirmed as it is anchored in the best chain by A.

Link copied to clipboard
data class Unconfirmed(val timestamp: ULong?) : ChainPosition

The chain data is not confirmed and last seen in the mempool at this timestamp.