TransactionParser
    Preparing search index...

    Function splitBufferOnNewLine

    • Splits buffer on new line control character (hex 15/dec 21)

      Parameters

      • buffer: Buffer

      Returns Buffer<ArrayBufferLike>[]

      buffer on new line

      This function will split the buffer on every occurance of the new line character If x'15' is present in the data, buffer will be incorrectly split