extractPublicKey method
- SimpleKeyPair keyPair
Extracts the public key from a key pair.
Implementation
Future<SimplePublicKey> extractPublicKey(SimpleKeyPair keyPair) async {
return keyPair.extractPublicKey();
}
Extracts the public key from a key pair.
Future<SimplePublicKey> extractPublicKey(SimpleKeyPair keyPair) async {
return keyPair.extractPublicKey();
}