Initializers
init(from:)
Inherited fromDecodable.init(from:).
Swift Structure
struct ChainRegistrationEntry
Decodable.init(from:).
init(from decoder: any Decoder) throws
let approvals: RegistrationApprovals?
let id: String?
let status: String?
Was this page helpful?