Attempt to parse a string into a valid a buffer format.

Accepted formats:

  • byte array "[1, 2, 3, ...]"
  • hex string "0xabc123..."
  • base64 string "VGhpcyBpcyBhIHRlc3Qgc3RyaW5nLg=="
  • base58 string "12DsSDs23..."
  • Parameters

    • data: string

    Returns Buffer<ArrayBufferLike>

    the parsed string in Buffer format or undefined if no regex matches found