Variable PRIVATE_KEY_REGEXConst

PRIVATE_KEY_REGEX: RegExp = ...

Private keys are 32 bytes (any arbitrary bytes), represented as Base64 or hexadecimal

This regex matches any supported format, with match groups usable to determine the format, in the order above.

Generated using TypeDoc