Compute the Arkade script tweaked public key. result = pubKey + taggedHash("ArkScriptHash", script) * G
The input pubKey should be a compressed (33-byte) or x-only (32-byte) public key. Returns a 32-byte x-only public key.
The emulator's base public key (32 or 33 bytes)
The raw Arkade script bytes
32-byte x-only tweaked public key
Compute the Arkade script tweaked public key. result = pubKey + taggedHash("ArkScriptHash", script) * G
The input pubKey should be a compressed (33-byte) or x-only (32-byte) public key. Returns a 32-byte x-only public key.