Skip to main content
Structure
struct EmailSignerData

Initializers

init(email:)

init(email: String)

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

Instance Properties

email

let email: String

locatorId

Inherited from AdminSignerData.locatorId.
var locatorId: String { get }

type

Inherited from AdminSignerData.type.
var type: AdminSignerDataType { get }

Instance Methods

encode(to:)

Inherited from Encodable.encode(to:).
nonisolated func encode(to encoder: any Encoder) throws