MetaType - CosmosSwift/swift-coin GitHub Wiki
MetaType
public struct MetaType: Codable
Inheritance
Codable
Initializers
init(from:)
public init(from decoder: Decoder) throws
Properties
key
let key: String
type
let type: ProtocolCodable.Type
Methods
encode(to:)
public func encode(to encoder: Encoder) throws