@sodot/sodot-node-sdk • Docs
@sodot/sodot-node-sdk / EcdsaPublicKey
Class: EcdsaPublicKey
An ECDSA public key, generated by the ECDSA.keygen function.
You can get the compressed form (33 bytes) via the serializeCompressed
function,
or the uncompressed form (65 bytes) via the serializeUncompressed
function.
Constructors
new EcdsaPublicKey()
new EcdsaPublicKey(
pubkey
):EcdsaPublicKey