This function gets a string in the form 0x12345AaEEdED51C7e3858a782644F5d897595678 and returns something like 0x12345A...595678

  • Parameters

    • hash: string

      The hash to truncate

    • Optionallength: number = 6

      The number of characters to show at the start and end of the hash. Min is 1, max is 16. Default is 6.

    Returns string