• Return the hash of an array of N-Quads statements; per specification, this means concatenating all nquads into a long string before hashing.

    Parameters

    Returns Promise<Hash>

    • hash value

    Async