Skip to main content
Structure
struct PhoneSignerData

Initializers

init(from:)

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

init(phone:)

init(phone: String)

Instance Properties

locatorId

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

phone

let phone: String

type

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

Instance Methods

encode(to:)

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