AaveV4StoreRatio
Description
Action ID
SDK Action
const aaveV4StoreRatioAction = new dfs.actions.aavev4.AaveV4StoreRatioAction(
spoke,
user
);Action Type
Input Parameters
/// @param spoke Address of the spoke.
/// @param user Address of the user. Defaults to the user's wallet if not provided.
struct Params {
address spoke;
address user;
}Return Value
Events and Logs
Last updated