TxSent

data class TxSent(val txid: String) : Log(source)

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

Constructors

Link copied to clipboard
constructor(txid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard