menu
bl_wallet_native package
documentation
service/mobile_wallet_service.dart
WalletService
getPrivateKey method
getPrivateKey method
dark_mode
light_mode
getPrivateKey
method
@
override
String
getPrivateKey
(
)
override
개인키 조회
Implementation
@override String getPrivateKey() { return hex.encode(myWallet.getKeyForCoin(coin).data()); }
bl_wallet_native package
documentation
service/mobile_wallet_service
WalletService
getPrivateKey method
WalletService class