EPIRepositoriesProtocol
public protocol EPIRepositoriesProtocol
Protocol defining the repositories used within EPI Networking SDK.
-
The authentication repository.
Declaration
Swift
var authenticationRepository: AuthenticationRepository { get }
-
The wallet provisioning repository.
Declaration
Swift
var walletProvisioningRepository: WalletProvisioningRepository { get }
-
The wallet repository.
Declaration
Swift
var walletRepository: WalletRepository { get }
-
The P2P repository.
Declaration
Swift
var p2pRepository: P2PRepository { get }
-
The proxy repository.
Declaration
Swift
var proxyRepository: ProxyRepository { get }
-
The payment source repository.
Declaration
Swift
var paymentSourceRepository: PaymentSourceRepositoryProtocol { get }