menu
reown_core package
documentation
crypto/crypto_models.dart
CryptoKeyPair
CryptoKeyPair const constructor
CryptoKeyPair const constructor
dark_mode
light_mode
CryptoKeyPair
constructor
const
CryptoKeyPair
(
String
privateKey
,
String
publicKey
)
Implementation
const CryptoKeyPair(this.privateKey, this.publicKey);
reown_core package
documentation
crypto/crypto_models
CryptoKeyPair
CryptoKeyPair const constructor
CryptoKeyPair class