Function isMinimalDataPush

  • Returns true if the provided data is minimally-encoded by the provided opcode.

    Parameters

    • opcode: number

      the opcode used to push data

    • data: Uint8Array

      the contents of the push

    Returns boolean

Generated using TypeDoc