CallbackApi
public protocol CallbackApi : BaseApi
Undocumented
-
onBlockApplied()Default implementationReceive new block notifications. Cannot be cancelled.
Default Implementation
Declaration
Swift
func onBlockApplied() -> Observable<String> -
onContentUpdate(url:)Default implementationReceive notifications on content update. Cannot be cancelled.
Default Implementation
Declaration
Swift
func onContentUpdate(url: URLConvertible) -> Observable<Void>Parameters
urlContent url (URL or String).
-
onPendingTransaction()Default implementationReceive notifications on pending transactions. Cannot be cancelled.
Default Implementation
Declaration
Swift
func onPendingTransaction() -> Observable<Void>
View on GitHub
Install in Dash
CallbackApi Protocol Reference