Specify key parameter endianness
Closed this issue · 2 comments
bookmoons commented
Various methods in the interface take keys expressed as hexadecimal strings. Determine and specify the required endianness for these parameters.
bookmoons commented
Interfaces taking hex string key parameters include:
Crypto
Signing
Coin
bookmoons commented
This is now specified in the definition of the HexString
type.