Update ios/Shared/MarketData.swift

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Marcos Rodriguez Vélez 2024-10-29 14:40:37 -04:00 committed by GitHub
parent 6db97eba65
commit 2fb966e520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,10 @@
import Foundation
public struct MarketData:Codable {
public var nextBlock: String
public var sats: String
public var price: String
public var rate: Double
var nextBlock: String
var sats: String
var price: String