create_p2pkh_script
Generate a Pay-to-Public-Key-Hash (P2PKH) script from a public key hash, enabling creation of standard Bitcoin transaction outputs.
Instructions
Create a P2PKH script from a public key hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pubkey_hash | Yes | Public key hash as hex. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |