Function isScriptPayToScriptHash

  • Returns true if the script passed is a pay-to-script-hash (P2SH) format, false otherwise.

    Parameters

    • script: string | Uint8Array

      The script (HexString or Uint8Array).

    Returns boolean

Generated using TypeDoc