MetaSet - CosmosSwift/swift-coin GitHub Wiki
public struct MetaSet<M: Meta>: Codable, ExpressibleByArrayLiteralCodable, ExpressibleByArrayLiteral
public init(array: [M.Element])public init(arrayLiteral elements: M.Element)public init(from decoder: Decoder) throwsvar set: [M.Element]public func encode(to encoder: Encoder) throws