Log

sealed class Log(source)

A log message from the node.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

All the required connections have been met. This is subject to change.

Link copied to clipboard
data class Debug(val log: String) : Log

A human-readable debug message.

Link copied to clipboard
data class Progress(val progress: Float) : Log

A percentage value of filters that have been scanned.

Link copied to clipboard
data class StateUpdate(val nodeState: NodeState) : Log

A state in the node syncing process.

Link copied to clipboard
data class TxSent(val txid: String) : Log

A transaction was broadcast over the wire. The transaction may or may not be rejected by recipient nodes.