input
Adds a pure byte array as an input.
Return
An Argument.Input referencing the new input.
Parameters
bytes
The raw byte array to be used as an input.
force Separate
If true, treats this input as unique, even if its bytes are identical to another input.
A generic input function that serializes a given value into bytes using BCS. If the value is an ObjectArg, it correctly routes to the object
function.
Return
An Argument.Input referencing the new input.
Parameters
value
The value to be serialized and added as an input.