SubInputs
Description
Action ID
SDK Action
const subInputsAction = new dfs.actions.basic.SubInputsAction(
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