menu
octacore_application_layer package
documentation
erc4337/SmartWallet.dart
SmartWallet
getBalance method
getBalance method
dark_mode
light_mode
getBalance
method
Future
getBalance
(
)
Implementation
Future<dynamic> getBalance() async { var balance = await this.signer.getBalance(); return balance; }
octacore_application_layer package
documentation
erc4337/SmartWallet
SmartWallet
getBalance method
SmartWallet class