Initializers
init(from:)
Inherited fromDecodable.init(from:).
Instance Properties
id
Inherited fromIdentifiable.id.
Instance Methods
toDomain(withService:)
Inherited fromTransactionApiModel.toDomain(withService:).
Swift Structure
struct UnknownApiTransaction
Decodable.init(from:).
init(from decoder: any Decoder) throws
Identifiable.id.
var id: String
TransactionApiModel.toDomain(withService:).
func toDomain(withService service: any SmartWalletService) -> Transaction?
Was this page helpful?