• Utility for hashing a message hash. This computes the storage slot where the message hash will be stored in state. HashZero is used because the first mapping in the contract is used.

    Parameters

    • messageHash: string

      Message hash to hash.

    Returns string

    Hash of the given message hash.

Generated using TypeDoc