@polkadot/x-global
Advanced tools
Changelog
5.7.1 Feb 21, 2021
Breaking change The signature of pair.verify
now requires the signer public key as a parameter. If using pair.verify
pass the publicKey (hex or Uint8Array) of the signer.
Changes:
.verify
now explicitly requires the publicKey
of the signer. Previously it only verified against an own public key.