Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update service.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Mar 4, 2024
1 parent 834fbd2 commit 37e1b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/app/service.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ class CoinjoinService {

func getCoinjoinTransactions() -> [String] {
// Implement function to fetch Coinjoin transactions
class CJXT
}

func createCoinjoinTransaction(amount: Double) -> String {
// Implement function to create a Coinjoin transaction
class CJXT
}
}

0 comments on commit 37e1b12

Please sign in to comment.