publicKey property
SubstratePubKey
get
publicKey
Derives the corresponding Substrate public key from this private key.
Implementation
SubstratePubKey get publicKey {
return SubstratePubKey._(privKey.publicKey, coinConf);
}