UtxoFeatures

@Serializable
data class UtxoFeatures(val segwit: Boolean = false, val replaceByFee: Boolean = false, val taproot: Boolean = false)

Feature flags for UTXO networks. All fields are optional with sensible defaults.

Constructors

Link copied to clipboard
constructor(segwit: Boolean = false, replaceByFee: Boolean = false, taproot: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard