Created
February 28, 2020 09:52
-
-
Save fortmarek/ce009dff331007a4497b8da26c682a06 to your computer and use it in GitHub Desktop.
Status of contract
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
// Closure-based function | |
func status(completion: @escaping RPCCompletion<RateContractStatus>) | |
// Combine counterpart | |
func statusPublisher() -> ContractPublisher<RateContractStatus> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment