balance property

  1. @override
Future<EtherAmount> balance
override

Retrieves the balance of the Smart Wallet.

Implementation

@override
Future<EtherAmount> get balance async =>
    await plugin<Contract>("contract").getBalance(_walletAddress);