Output
Types
Link copied to clipboard
data class NonWitnessOutput( val redeemScript: List<ScriptElt>?, val derivationPaths: Map<PublicKey, KeyPathWithMaster>, val unknown: List<DataEntry>) : Output
Content copied to clipboard
A non-segwit output.
Link copied to clipboard
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.
Link copied to clipboard