menu
web3_universal_compat package
documentation
dart_web3_compat.dart
HDWallet
getPrivateKey method
getPrivateKey method
dark_mode
light_mode
getPrivateKey
method
Uint8List
getPrivateKey
(
)
Gets the private key as bytes.
Implementation
Uint8List getPrivateKey() { return Uint8List.fromList(privateKey); }
web3_universal_compat package
documentation
dart_web3_compat
HDWallet
getPrivateKey method
HDWallet class