mirror of
https://github.com/lil-org/wallet.git
synced 2025-01-07 13:46:25 +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
|
|
}
|