Initializers
init(from:)
Inherited fromDecodable.init(from:).
Instance Properties
address
locator
toDomain
Inherited fromAdminSignerApiModel.toDomain.
type
Inherited fromAdminSignerApiModel.type.
Swift Structure
struct ExternalWalletSignerApiModel
Decodable.init(from:).
init(from decoder: any Decoder) throws
let address: String
let locator: String
AdminSignerApiModel.toDomain.
var toDomain: any AdminSignerData { get }
AdminSignerApiModel.type.
let type: AdminSignerDataType
Was this page helpful?