export function fromScriptP2PKH (script: Script, network: NetworkName): string | undefined {
  if (!isScriptP2PKH(script)) {
    return undefined
  }