publicKey method
Derive the public key associated with the private key.
Implementation
SolanaPublicKey publicKey() {
return SolanaPublicKey.fromBytes(_privateKey.publicKey.compressed);
}
Derive the public key associated with the private key.
SolanaPublicKey publicKey() {
return SolanaPublicKey.fromBytes(_privateKey.publicKey.compressed);
}