menu
web3_universal_compat package
documentation
dart_web3_compat.dart
CurveInterface
getPublicKey abstract method
getPublicKey abstract method
dark_mode
light_mode
getPublicKey
abstract method
Uint8List
getPublicKey
(
Uint8List
privateKey
)
Derives the public key from a private key.
Implementation
Uint8List getPublicKey(Uint8List privateKey);
web3_universal_compat package
documentation
dart_web3_compat
CurveInterface
getPublicKey abstract method
CurveInterface class