AaveV4RefreshPremium
Description
Action ID
SDK Action
const aaveV4RefreshPremiumAction = new dfs.actions.aavev4.AaveV4RefreshPremiumAction(
spoke,
onBehalf,
refreshDynamicReserveConfig
);Action Type
Input Parameters
/// @param spoke Address of the spoke.
/// @param onBehalf Address to refresh the config on behalf of. Defaults to the user's wallet if not provided.
/// @param refreshDynamicReserveConfig Whether to also refresh the dynamic reserve config for all collateral reserves.
struct Params {
address spoke;
address onBehalf;
bool refreshDynamicReserveConfig;
}Return Value
Events and Logs
Last updated