Initial commit
This commit is contained in:
13
SatsPrice/Network/SpotPriceFetcher.swift
Normal file
13
SatsPrice/Network/SpotPriceFetcher.swift
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// SpotPriceFetcher.swift
|
||||
// SatsPrice
|
||||
//
|
||||
// Created by Terry Yiu on 2/19/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import BigDecimal
|
||||
|
||||
protocol SpotPriceFetcher {
|
||||
func btcToUsd() async throws -> BigDecimal?
|
||||
}
|
||||
Reference in New Issue
Block a user