Constant MAX_TOTAL_METHOD_ARGS

Source
pub const MAX_TOTAL_METHOD_ARGS: u8 = 8;
Expand description

Max number of arguments in a method.

NOTE: Both self and return type that is not () or Result<(), ContractError> count towards the total number of method arguments.