nealsun opened this issue 6 years ago · 1 comments
I'm going to build a p2sh-p2wpkh address, and how to build this type script 0x0014{20-byte keyhash}
Script() .append(.OP_0) .appendData(publicKey.pubkeyHash)
I figured out.