menu
s_packages package
documentation
s_packages.dart
SignatureAlgorithm<T extends PublicKey>
newKeyPair abstract method
newKeyPair abstract method
dark_mode
light_mode
newKeyPair
abstract method
Future
<
KeyPair
>
newKeyPair
(
)
Generates a new
KeyPair
for this algorithm.
Implementation
Future<KeyPair> newKeyPair();
s_packages package
documentation
s_packages
SignatureAlgorithm<T extends PublicKey>
newKeyPair abstract method
SignatureAlgorithm class