getBalance abstract method

Future<List<Wallet>> getBalance()

Get your merchant Wallet assets with corresponding balance.

Throw UnauthorizedException when the secret key is invalid, otherwise it throws exception TelePayException with any other error.

Implementation

Future<List<Wallet>> getBalance();