Splits a buffer into multiple chunks with a given maximum length.
The buffer to split.
Optional
The maximum length of each chunk (default: web3.MAX_SEED_LENGTH).
An array of Buffers containing the split chunks.
Generated using TypeDoc
Splits a buffer into multiple chunks with a given maximum length.