Unspecified Output
data class UnspecifiedOutput(val derivationPaths: Map<PublicKey, KeyPathWithMaster>, val unknown: List<DataEntry>) : Output
Content copied to clipboard
An output for which usage of segwit is currently unknown.
Constructors
Link copied to clipboard
fun UnspecifiedOutput(derivationPaths: Map<PublicKey, KeyPathWithMaster>, unknown: List<DataEntry>)
Content copied to clipboard