Downloader
public class Downloader : GenericSyncer, Syncer
Downloads transactions from the Sheet and merges them into transactions in the ledgers
-
Declaration
Swift
public func start(authentication: Authentication, completion: @escaping (Result<SyncResult, Error>) -> Void)