BlueWallet/ios/Shared/LatestTransaction.swift
2024-04-14 12:51:09 -04:00

14 lines
250 B
Swift

//
// LatestTransaction.swift
// BlueWallet
//
// Created by Marcos Rodriguez on 4/14/24.
// Copyright © 2024 BlueWallet. All rights reserved.
//
import Foundation
struct LatestTransaction {
let isUnconfirmed: Bool?
let epochValue: Int?
}