Skip to main content
Structure
struct UnknownApiTransaction

Initializers

init(from:)

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

Instance Properties

id

Inherited from Identifiable.id.
var id: String

Instance Methods

toDomain(withService:)

Inherited from TransactionApiModel.toDomain(withService:).
func toDomain(withService service: any SmartWalletService) -> Transaction?