menu
dart_ndk package
documentation
nips/nip01/key_pair.dart
KeyPair
KeyPair.new constructor
KeyPair.new constructor
dark_mode
light_mode
KeyPair
constructor
KeyPair
(
String
?
privateKey
,
String
publicKey
,
String
?
privateKeyBech32
,
String
?
publicKeyBech32
,
)
Implementation
KeyPair(this.privateKey, this.publicKey, this.privateKeyBech32, this.publicKeyBech32);
dart_ndk package
documentation
nips/nip01/key_pair
KeyPair
KeyPair.new constructor
KeyPair class