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