tokenary/Shared/Models/SpecificWalletAccount.swift
2022-08-17 16:00:56 +03:00

10 lines
183 B
Swift

// Copyright © 2022 Tokenary. All rights reserved.
import Foundation
import WalletCore
struct SpecificWalletAccount: Hashable {
let walletId: String
let account: Account
}