menu
reown_appkit package
documentation
reown_appkit.dart
CryptoKeyPair
getPrivateKeyBytes method
getPrivateKeyBytes method
dark_mode
light_mode
getPrivateKeyBytes
method
Uint8List
getPrivateKeyBytes
(
)
Implementation
Uint8List getPrivateKeyBytes() { return Uint8List.fromList(hex.decode(privateKey)); }
reown_appkit package
documentation
reown_appkit
CryptoKeyPair
getPrivateKeyBytes method
CryptoKeyPair class