getPublic method
Gets the public key associated with this private key.
Implementation
XRPPublicKey getPublic() {
return XRPPublicKey.fromBytes(_privateKey.publicKey.compressed,
algorithm: algorithm);
}
Gets the public key associated with this private key.
XRPPublicKey getPublic() {
return XRPPublicKey.fromBytes(_privateKey.publicKey.compressed,
algorithm: algorithm);
}