tokenary/Encrypted Ink/Ethereum/Account.swift

9 lines
156 B
Swift
Raw Normal View History

2021-06-20 16:17:11 +03:00
// Copyright © 2021 Encrypted Ink. All rights reserved.
import Foundation
struct Account: Codable {
let privateKey: String
let address: String
}