Syncer
public protocol Syncer : GenericSyncer
Syncer which can sync transactions between the sheet and ledger
-
Start the sync process
Declaration
Swift
func start(authentication: Authentication, completion: @escaping (Result<SyncResult, Error>) -> Void)Parameters
authenticationvalid authentication for the Google Sheet API
completionresult of the sync
View on GitHub
Install in Dash
Syncer Protocol Reference