menu
ndk package
documentation
shared/nips/nip01/key_pair.dart
KeyPair
KeyPair constructor
KeyPair 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, );
ndk package
documentation
shared/nips/nip01/key_pair
KeyPair
KeyPair constructor
KeyPair class