Created
February 28, 2020 16:21
-
-
Save fortmarek/dd24e3cd33ac8dc704664f69bc5b143d to your computer and use it in GitHub Desktop.
Update store
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private func updateStore(of contract: String) { | |
tezosClient.rateContract(at: contract) | |
.statusPublisher() | |
.map(\.storage) | |
// Do something with the synced storage | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment