mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update ios/Shared/MarketData.swift
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
6db97eba65
commit
2fb966e520
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue