BaseApp_QueryRouter - CosmosSwift/swift-coin GitHub Wiki
BaseApp.QueryRouter
public final class QueryRouter: Cosmos.QueryRouter
Inheritance
Cosmos.QueryRouter
Methods
addRoute(path:querier:)
public func addRoute(path: String, querier: @escaping Querier)
route(path:)
public func route(path: String) -> Querier?