Function deserializeInitError

  • Deserializes an init function's error from a sequence of bytes into a json object.

    Parameters

    • errorBytes: ArrayBuffer

      A buffer containing the error as raw bytes.

    • moduleSchema: ArrayBuffer

      The raw module schema as a buffer.

    • contractName: ContractName

      The name of the init function which error you want to deserialize.

    • verboseErrorMessage: boolean = false

      Whether errors are in a verbose format or not. Defaults to false.

    Returns any

Generated using TypeDoc