Package-level declarations

Types

Link copied to clipboard
class EventVerificationException(message: String, val errorCode: VerificationError, cause: Throwable? = null) : Exception

Exception thrown when event verification fails.

Link copied to clipboard
data class MerkleProof(val eventHash: ByteArray, val blockHash: ByteArray, val proofPath: List<ByteArray>, val proofFlags: List<Boolean>)

Merkle proof for an event in a block.

Link copied to clipboard

Verification error codes.