EthFacadeImp
final public class EthFacadeImp : EthFacade, ECHOQueueble
Implementation of EthFacade, ECHOQueueble
-
Undocumented
Declaration
Swift
public init(services: EthFacadeServices, cryptoCore: CryptoCoreComponent, network: ECHONetwork, noticeDelegateHandler: NoticeEventDelegateHandler) -
Declaration
Swift
public func getEthAddress(nameOrId: String, completion: @escaping Completion<EthAddress?>) -
Declaration
Swift
public func getAccountDeposits(nameOrId: String, completion: @escaping Completion<[DepositEth]>) -
Declaration
Swift
public func getAccountWithdrawals(nameOrId: String, completion: @escaping Completion<[WithdrawalEth]>) -
Declaration
Swift
public func generateEthAddress(nameOrId: String, passwordOrWif: PassOrWif, assetForFee: String?, completion: @escaping Completion<Bool>, noticeHandler: NoticeHandler?) -
Declaration
Swift
public func withdrawalEth(nameOrId: String, passwordOrWif: PassOrWif, toEthAddress: String, amount: UInt, assetForFee: String?, completion: @escaping Completion<Bool>, noticeHandler: NoticeHandler?)
-
Undocumented
Declaration
Swift
public func didReceiveNotification(notification: ECHONotification)
View on GitHub
EthFacadeImp Class Reference