publicKey method

  1. @override
ExtendedPublicKey publicKey()
override

Returns the public key assocated with the extended key.

In case of ExtendedPublicKey returns self.

Implementation

@override
ExtendedPublicKey publicKey() {
  return this;
}