isPublicKeyCompressed
Usage
import { isPublicKeyCompressed } from '@stacks/transactions';
isPublicKeyCompressed(
'0367b23680c33a3adc784b80952f9bba83169d84c6567f49c9a92f7cc9c9b6f61b'
); // true
isPublicKeyCompressed(
'04171ee91c13f2007bd22c3280987d113e9ffdb2f10631783473899868e67dcdb876f2be26558ea1d4194a96a3707aff085c96a643d43e02c0e9e67c5d47a7dac6'
); // falseSignature
function isPublicKeyCompressed(publicKey: PublicKey): boolean;Returns
Parameters
publicKey (required)
Last updated
Was this helpful?