pub const MAX_TOTAL_METHOD_ARGS: u8 = 8;
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.
self
()
Result<(), ContractError>