Type Alias PayChargeParams

PayChargeParams: {
    charge: Web3Charge;
    currency: PaymentCurrency;
    walletClient: WalletClient;
}