publicKey method
Returns the public key assocated with the extended key.
In case of ExtendedPublicKey returns self.
Implementation
@override
ExtendedPublicKey publicKey() {
return this;
}
Returns the public key assocated with the extended key.
In case of ExtendedPublicKey returns self.
@override
ExtendedPublicKey publicKey() {
return this;
}