toHex method
Method to convert the public key to a hexadecimal string
Implementation
String toHex({PubKeyModes mode = PubKeyModes.compressed}) {
return BytesUtils.toHexString(toBytes(mode));
}
Method to convert the public key to a hexadecimal string
String toHex({PubKeyModes mode = PubKeyModes.compressed}) {
return BytesUtils.toHexString(toBytes(mode));
}