getAssets abstract method

Future<List<Asset>> getAssets()

Get assets suported by TelePay.

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

Implementation

Future<List<Asset>> getAssets();