Skip to main content
Protocol
protocol SpecificChain : AnyChain, Decodable, Encodable, Hashable

Operators

!=(::)

static func != (lhs: Chain, rhs: Self) -> Bool

!=(::)

static func != (lhs: Self, rhs: Chain) -> Bool

Initializers

init(_:)

init?(_ from: String)

Instance Properties

chain

var chain: Chain { get }