ScriptTweak

data class ScriptTweak(val merkleRoot: ByteVector32) : Crypto.TaprootTweak

private key is tweaked with H_TapTweak(public key || merkle_root) (this is used for key path spending, with specific Merkle root of the script tree).

Constructors

Link copied to clipboard
fun ScriptTweak(merkleRoot: ByteVector32)

Properties

Link copied to clipboard
val merkleRoot: ByteVector32