mirror of
https://github.com/lil-org/tokenary.git
synced 2024-11-30 13:02:49 +03:00
10 lines
183 B
Swift
10 lines
183 B
Swift
// Copyright © 2022 Tokenary. All rights reserved.
|
|
|
|
import Foundation
|
|
import WalletCore
|
|
|
|
struct SpecificWalletAccount: Hashable {
|
|
let walletId: String
|
|
let account: Account
|
|
}
|