[Refactor] Move code accessing EthereumAddress pod into in-house AlphaWalletAddress pod so it's hidden in app codebase
parent
495001f533
commit
e6eff90b49
@ -0,0 +1,15 @@ |
||||
// |
||||
// EthereumAddressEthereumAddress+typealias.swift |
||||
// AlphaWalletAddress |
||||
// |
||||
// Created by Hwee-Boon Yar on Apr/10/22. |
||||
|
||||
import EthereumAddress |
||||
|
||||
typealias EthereumAddress_fromEthereumAddressPod = EthereumAddress |
||||
|
||||
extension EthereumAddress: CustomStringConvertible { |
||||
public var description: String { |
||||
address |
||||
} |
||||
} |
Loading…
Reference in new issue