Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

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 }