Loader
public struct Loader: APIService
-
Retrieve the status of a Lisk Node https://docs.lisk.io/docs/lisk-api-080-loader#section-get-loading-status
Declaration
Swift
public func status(completionHandler: @escaping (Response<StatusResponse>) -> Void)
-
Retrieve the sync status of a Lisk Node https://docs.lisk.io/docs/lisk-api-080-loader#section-get-synchronization-status
Declaration
Swift
public func syncStatus(completionHandler: @escaping (Response<StatusSyncResponse>) -> Void)
-
Retrieve the ping status of a Lisk Node https://docs.lisk.io/docs/lisk-api-080-loader#section-get-block-receipt-status
Declaration
Swift
public func pingStatus(completionHandler: @escaping (Response<StatusPingResponse>) -> Void)
-
Undocumented
See moreDeclaration
Swift
public struct StatusPingResponse: APIResponse
-
Undocumented
See moreDeclaration
Swift
public struct StatusResponse: APIResponse
-
Undocumented
See moreDeclaration
Swift
public struct StatusSyncResponse: APIResponse