blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.blockchain.network
/
UtxoFeatures
Utxo
Features
common
@
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.
Members
Constructors
Utxo
Features
Link copied to clipboard
common
constructor
(
segwit
:
Boolean
=
false
,
replaceByFee
:
Boolean
=
false
,
taproot
:
Boolean
=
false
)
Properties
replace
By
Fee
Link copied to clipboard
common
val
replaceByFee
:
Boolean
segwit
Link copied to clipboard
common
val
segwit
:
Boolean
taproot
Link copied to clipboard
common
val
taproot
:
Boolean