MorphoClaim
Description
Action ID
SDK Action
const morphoClaimAction = new dfs.actions.morpho.MorphoClaimAction(
onBehalfOf,
claimable,
proof
);Action Type
Input Parameters
/// @param onBehalfOf address for which to claim
/// @param claimable The overall claimable amount of token rewards
/// @param proof The merkle proof which validates the claim
struct Params {
address onBehalfOf;
uint256 claimable;
bytes32[] proof;
}Return Value
Events and Logs
Last updated