getAccount abstract method

Future<AccountData> getAccount(
  1. String address
)

Implementation

Future<AccountData> getAccount(String address);