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