PaymentHelper
Introduction
Core Concepts
Config Data Type
struct PaymentHelperConfig {
address nativeFeedOracle;
address gasPriceOracle;
uint256 swapGasUsed;
uint256 updateGasUsed;
uint256 depositGasUsed;
uint256 withdrawGasUsed;
uint256 defaultNativePrice;
uint256 defaultGasPrice;
uint256 dstGasPerByte;
uint256 ackGasCost;
uint256 timelockCost;
uint256 emergencyCost;
}name
description
addRemoteChain
name
description
updateRemoteChain
name
description
aERC20 Payments
updateRegisterAERC20Params
name
description
calculateRegisterTransmuterAMBData
AMB Fees
calculateAMBData
name
description
estimateAMBFees
name
description
Estimating Native Token Payments
estimateMultiDstMultiVault
name
description
estimateMultiDstSingleVault
name
description
estimateSingleXChainMultiVault
name
description
estimateSingleXChainSingleVault
name
description
estimateSingleDirectSingleVault
name
description
estimateSingleDirectMultiVault
name
description
Last updated
Was this helpful?