Address
Utils for converting public address, public key.
Import the getCompressedPublicKey from @kaiachain/web3js-ext packages
To compress a public key from {x, y}
format to hexadecimal, use getCompressedPublicKey
with the public key object as param
Otherwise if you want to compress the public key from uncompressed hexadecimal, use getCompressedPublicKey
with the uncompress public key as param