MetaSet - CosmosSwift/swift-coin GitHub Wiki

MetaSet

public struct MetaSet<M: Meta>: Codable, ExpressibleByArrayLiteral

Inheritance

Codable, ExpressibleByArrayLiteral

Initializers

init(array:)

public init(array: [M.Element])

init(arrayLiteral:)

public init(arrayLiteral elements: M.Element)

init(from:)

public init(from decoder: Decoder) throws

Properties

set

var set: [M.Element]

Methods

encode(to:)

public func encode(to encoder: Encoder) throws
⚠️ **GitHub.com Fallback** ⚠️