bitcoin::BitcoinKeyGenerator::BitcoinECDSAPublicKey¶
Bitcoin ECDSA public key derived class.
Inherits from ECDSAPublicKey
Additional inherited members¶
Public Functions inherited from ECDSAPublicKey
| Name | |
|---|---|
| virtual | ~ECDSAPublicKey() Virtual destructor to prevent memory leak. |
| operator std::string &() Overloads the assignment to string. |
|
| std::string | GetEntireKey() const |
Public Attributes inherited from ECDSAPublicKey
| Name | |
|---|---|
| const std::string | X String representation of X coordinate. |
| const std::string | Y String representation of Y coordinate. |
| const std::vector< std::uint8_t > | X_vect Vector representation of X coordinate. |
| const std::vector< std::uint8_t > | Y_vect Vector representation of Y coordinate. |
Updated on 2026-04-15 at 11:00:39 -0700