tokenary/Encrypted Ink/Ethereum/Account.swift
2021-06-20 16:17:11 +03:00

9 lines
156 B
Swift

// Copyright © 2021 Encrypted Ink. All rights reserved.
import Foundation
struct Account: Codable {
let privateKey: String
let address: String
}