menu
kaspa_dart package
documentation
kaspa/wallet.dart
KeyPair
KeyPair.new const constructor
KeyPair.new const constructor
dark_mode
light_mode
KeyPair
constructor
const
KeyPair
(
{
required
Uint8List
privateKey
,
required
Uint8List
publicKey
,
})
Implementation
const KeyPair({required this.privateKey, required this.publicKey});
kaspa_dart package
documentation
kaspa/wallet
KeyPair
KeyPair.new const constructor
KeyPair class