update abstract method

Future<Result<bool, String>> update()

Update or sync wallet transactions with blockchain. Return true if data changed. Is ignored if loadingTime is not zero.

Implementation

Future<Result<bool, String>> update();