This repository was archived by the owner on Sep 11, 2026. It is now read-only.
4.0.0
Changed
- Export new modules (
keyring,transaction-types, andencryption-types) (#86) - BREAKING: Improve JSON validation (#85)
- Fixes edge cases in our JSON validation logic.
- The previous function used for JSON validation (
validateJsonAndGetSize) was removed.- The
isValidJsonfunction now uses the new JSON validation logic. - To get the size of a JSON value, you can use the
getJsonSizefunction.
- The