EPIServicesProtocol
public protocol EPIServicesProtocol
Protocol defining the services used within EPI Networking SDK.
-
The service responsible for authentication operations.
Declaration
Swift
var authenticationService: AuthenticationServicing { get }
-
The service responsible for wallet provisioning operations.
Declaration
Swift
var walletProvisioningService: WalletProvisioningServicing { get }
-
The service responsible for wallet operations.
Declaration
Swift
var walletService: WalletServicing { get }
-
The service responsible for P2P operations.
Declaration
Swift
var p2pService: P2PServicing { get }
-
The service responsible for proxy operations.
Declaration
Swift
var proxyService: ProxyServicing { get }
-
The service responsible for payment source operations.
Declaration
Swift
var paymentSourceService: PaymentSourceServicing { get }