SumInputs
Description
Action ID
SDK Action
const sumInputsAction = new dfs.actions.basic.SumInputsAction(
a,
b
);Action Type
Input Parameters
/// @param a First input
/// @param b Second input
struct Params {
uint256 a;
uint256 b;
}Return Value
Events and Logs
Last updated