Protocols
SpecificChain
Swift Protocol
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Protocol
protocol SpecificChain : AnyChain, Decodable, Encodable, Hashable
static func != (lhs: Chain, rhs: Self) -> Bool
static func != (lhs: Self, rhs: Chain) -> Bool
init?(_ from: String)
| Property | Type | Description |
|---|---|---|
chain | Chain | - |
Was this page helpful?
