publicKey property
accsess to public key.
Implementation
@override
Secp256k1PublicKey get publicKey {
return Secp256k1PublicKey._(privateKey.publicKey);
}
accsess to public key.
@override
Secp256k1PublicKey get publicKey {
return Secp256k1PublicKey._(privateKey.publicKey);
}