iota.js
iota.js copied to clipboard
Add a HexString type for strings that are hex encoded
Description
Add a HexString type for strings that are hex encoded
Motivation
Makes it clearer to work with
Requirements
- Fields that are currently a
string
, but are hex encoded with0x
prefix, should get a new HexString type (or similar name)
Are you planning to do it yourself in a pull request?
No.