AppStateMetatype - CosmosSwift/swift-coin GitHub Wiki
AppStateMetatype
public struct AppStateMetatype: Meta, Hashable
Inheritance
Hashable, Meta
Nested Type Aliases
Element
public typealias Element = AppState
Properties
typeMap
var typeMap: [String: Element.Type] = [:]
Methods
metatype(for:)
public static func metatype(for element: Element) -> String
register(_:)
public static func register(_ type: Element.Type)