Swift Protocol
protocol AdminSignerData : Decodable, Encodable, Sendable
var locator: String { get }
var locatorId: String { get }
var type: AdminSignerDataType { get }
Was this page helpful?