Function typedArraysAreEqual

  • Compares u8a arrays

    Parameters

    • a: Uint8Array

      The first array

    • b: Uint8Array

      The second array

    Returns boolean

    True if the arrays are equal, false if otherwise

Generated using TypeDoc